COLOR #69B739

HEX: #69B739
RGB: (105,183,57)

Color info

#69B739 contains mainly green color. Web safe color of #69B739 is #66CC33 (or #6C3).

RGB color model

#69B739 color RGB value is (105,183,57).

  • red value is 105;
  • green value is 183;
  • blue value is 57.
RGB:
(105,183,57)
(41%,72%,22%)

RGB channels and saturation

R 105 of 255 = 41%
G 183 of 255 = 72%
B 57 of 255 = 22%

105
183
57

R + G + B ~ 45%. #69B739 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 183 + 57 = 345 (100%)
R 105 of 345 ~ 30.43%
G 183 of 345 ~ 53.04%
B 57 of 345 ~ 16.52%

%30.43
%53.04
%16.52

CMYK color model

#69B739 color CMYK value is (43,0,69,28).

  • cyan value is 42.62%
  • magenta value is 0.00%
  • yellow value is 68.85%
  • key color value is 28.24%
CMYK:
(43,0,69,28)
C43M0Y69K28 
(43%,0%,69%,28%)
(0.43/0.00/0.69/0.28)	

CMYK percentages

%42.62
%0
%68.85
%28.24

Codes

Color #69B739 in popluar color models

69B739
RGB10518357
HSL97°52.50%47.06%
HSB/HSV97°68.85%71.76%
CMYK42.62%0.00%68.85%
28.24%

Color #69B739 in popluar number systems.

HEX69B739
Decimal10518357
Binary110100110110111111001
Octal15126771

Shades and tints

Shades of #69B739

#69B739
(105,183,57)
#60A734
(96,167,52)
#57972F
(87,151,47)
#4E872A
(78,135,42)
#457725
(69,119,37)
#3C6720
(60,103,32)
#33571B
(51,87,27)
#2A4716
(42,71,22)
#213711
(33,55,17)
#18270C
(24,39,12)
#0F1707
(15,23,7)
#000000
(0,0,0)

Tints of #69B739

#69B739
(105,183,57)
#76BD4B
(118,189,75)
#83C35D
(131,195,93)
#90C96F
(144,201,111)
#9DCF81
(157,207,129)
#AAD593
(170,213,147)
#B7DBA5
(183,219,165)
#C4E1B7
(196,225,183)
#D1E7C9
(209,231,201)
#DEEDDB
(222,237,219)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69B739 color. Also use rgb(105,183,57) instead hex code.

Text Font Color

.myTextColor { color: #69B739; }

<p style="color:#69B739">This sample text font color is #69B739.</p>

This text font color is #69B739.


Background Color

.myBgColor { background-color: #69B739; }

<div style="background-color:#69B739">Inner text</div>

This div background color is #69B739.


Border color

.myBorderColor { border: 1px solid #69B739; }

<div style="border:3px solid #69B739">Div</div>

This div border color is #69B739.


Opacity

.myOpacity80 { color: #69B739; opacity: 0.8; }

<p style="color:#69B739;opacity:0.8;">80%</p>

Text with #69B739 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #69B739;}

<p style="text-shadow: 3px 3px 1px #69B739">Text here.</p>

This text has shadow with #69B739 color.

.textShadow {text-shadow: 3px 3px 1px #69B739, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #69B739, 5px 5px 20px red">Text here.</p>

This text has shadow with #69B739 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#69B739, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#69B739, Direction=45, Strength=4)">Text</p>

This text has shadow with #69B739 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #69B739;
  -webkit-box-shadow:	1px 1px 3px 2px #69B739;
  box-shadow:		1px 1px 3px 2px #69B739;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #69B739;
-webkit-box-shadow: 1px 1px 3px 2px #69B739;
box-shadow:1px 1px 3px 2px #69B739;">
Div content here</div>
This div box has shadow with color #69B739.

Preview

Color preview on black background

This text has color #69B739 on black background.


Color preview on white background

This text has color #69B739 on white background.



Black color preview on #69B739 background

This text has black color on #69B739 background.


White color preview on #69B739 background

This text has white color on #69B739 background.