Html Css Color HEX #699209 Olive Drab

📋 copy color: '#699209'

red 105 ◦ green 146 ◦ blue 9

#699209
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #699209

Tints of Olive Drab #699209

RGB

 RED value IS 105 (41.41% from 255) = 40.38%

 GREEN value IS 146 (57.42% from 255) = 56.15%

 BLUE value IS 9 (3.91% from 255) = 3.46%

R = 40.38%
G = 56.15%
B = 3.46%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.94

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#699209 (or 0x699209) is known color: Olive Drab. HEX triplet: 69, 92 and 09. RGB value is (105,146,9). Sum of RGB (Red+Green+Blue) = 105+146+9=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 146 (57.42% from 255 or 56.15% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 146 - color contains mainly: green. Hex color #699209 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699209 is #966DF6. Grayscale: #767676. Windows color (decimal): -9858551 or 627305. OLE color: 627305.

HSL color Cylindrical-coordinate representation of color #699209: hue angle of 77.96º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #699209 is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 146 9 -
CMYK 0.28 0 0.94 0.43
HSL 77.96º 0.88% 0.3% -
HSV(B) 77.96º 0.94% 0.57% -
XYZ 16.15 23.58 3.96 -
YUV 118.12 66.42 118.64 -
System Red Green Blue C M Y K H S L
Decimal 105 146 9 0.28 0 0.94 0.43 77.96 0.88 0.3
Hex 69 92 9 1C 0 5E 2B 4E 58 1E
Octal 151 222 11 34 0 136 53 116 130 36
Binary 1101001 10010010 1001 11100 0 1011110 101011 1001110 1011000 11110

Color Harmonies of #699209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699209

Black with #699209

Text Example


Text Example

White with #699209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699209; }

 p { color: rgb(105,146,9); }

 H1.HeaderClassName
 {
   color: #699209;
 }
 .AnyTagClassName
 {
   color: #699209;
 }
</style>

background-color css

<style>
 a { background-color: #699209; }

 a { background-color: rgb(105,146,9); }

 div.DivClassName
 {
   background-color: #699209;
 }
 .BgClassName
 {
   background-color: #699209;
 }
</style>

border-color css

<style>
 span { border-color: #699209; }

 span { border-color: rgb(105,146,9); }

 td.TdClassName
 {
   border-color: #699209;
 }
 .TagClassName
 {
   border-color: #699209;
 }
</style>