Html Css Color HEX #668109 Olive Drab

📋 copy color: '#668109'

red 102 ◦ green 129 ◦ blue 9

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

Shades of Olive Drab #668109

Tints of Olive Drab #668109

RGB

 RED value IS 102 (40.23% from 255) = 42.5%

 GREEN value IS 129 (50.78% from 255) = 53.75%

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

R = 42.5%
G = 53.75%
B = 3.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#668109 (or 0x668109) is known color: Olive Drab. HEX triplet: 66, 81 and 09. RGB value is (102,129,9). Sum of RGB (Red+Green+Blue) = 102+129+9=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 129 (50.78% from 255 or 53.75% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 129 - color contains mainly: green. Hex color #668109 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668109 is #997EF6. Grayscale: #6B6B6B. Windows color (decimal): -10059511 or 622950. OLE color: 622950.

HSL color Cylindrical-coordinate representation of color #668109: hue angle of 73.5º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #668109 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 129 9 -
CMYK 0.21 0 0.93 0.49
HSL 73.5º 0.87% 0.27% -
HSV(B) 73.5º 0.93% 0.51% -
XYZ 13.38 18.55 3.13 -
YUV 107.25 72.55 124.26 -
System Red Green Blue C M Y K H S L
Decimal 102 129 9 0.21 0 0.93 0.49 73.5 0.87 0.27
Hex 66 81 9 15 0 5D 31 4A 57 1B
Octal 146 201 11 25 0 135 61 112 127 33
Binary 1100110 10000001 1001 10101 0 1011101 110001 1001010 1010111 11011

Color Harmonies of #668109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668109

Black with #668109

Text Example


Text Example

White with #668109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668109; }

 p { color: rgb(102,129,9); }

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

background-color css

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

 a { background-color: rgb(102,129,9); }

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

border-color css

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

 span { border-color: rgb(102,129,9); }

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