#668A09

Color #668A09 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #668A09

Tints of Olive Drab #668A09

Color information

#668A09 (or 0x668A09) is unknown color: approx Olive Drab. HEX triplet: 66, 8A and 09. RGB value is (102,138,9). Sum of RGB (Red+Green+Blue) = 102+138+9=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 138 (54.30% from 255 or 55.42% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 138 - color contains mainly: green. Hex color #668A09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668A09 is #9975F6. Grayscale: #717171. Windows color (decimal): -10057207 or 625254. OLE color: 625254.

HSL color Cylindrical-coordinate representation of color #668A09: hue angle of 76.74º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #668A09 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB1021389-
CMYK0.2600.930.46
HSL76.74º87.76%28.82%-
HSV(B)76.74º93.48%54.12%-
XYZ14.6221.023.55-
YUV112.5369.57120.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.96%
GREEN value IS 138 (54.30% from 255) = 55.42%
BLUE value IS 9 (3.91% from 255) = 3.61%
R=40.96%
G=55.42%
B=3.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10213890.2600.930.4676.7487.7628.82
Hex668A91A05D2E4d581d
Octal146212113201355611513035
Binary110011010001010100111010010111011011101001101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668A09; }

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

 H1.HeaderClassName
 {
   color: #668A09;
 }
 .AnyTagClassName
 {
   color: #668A09;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #668A09;
 }
 .BgClassName
 {
   background-color: #668A09;
 }
</style>
border-color css

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

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

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