#668E0A

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

Shades of Olive Drab #668E0A

Tints of Olive Drab #668E0A

Color information

#668E0A (or 0x668E0A) is unknown color: approx Olive Drab. HEX triplet: 66, 8E and 0A. RGB value is (102,142,10). Sum of RGB (Red+Green+Blue) = 102+142+10=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 142 (55.86% from 255 or 55.91% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 142 - color contains mainly: green. Hex color #668E0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668E0A is #9971F5. Grayscale: #737373. Windows color (decimal): -10056182 or 691814. OLE color: 691814.

HSL color Cylindrical-coordinate representation of color #668E0A: hue angle of 78.18º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #668E0A is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.

Color convert

RGB10214210-
CMYK0.2800.930.44
HSL78.18º86.84%29.8%-
HSV(B)78.18º92.96%55.69%-
XYZ15.2122.193.77-
YUV114.9968.75118.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.16%
GREEN value IS 142 (55.86% from 255) = 55.91%
BLUE value IS 10 (4.30% from 255) = 3.94%
R=40.16%
G=55.91%
B=3.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal102142100.2800.930.4478.1886.8429.8
Hex668EA1C05D2C4e571e
Octal146216123401355411612736
Binary110011010001110101011100010111011011001001110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,142,10); }

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

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

 a { background-color: rgb(102,142,10); }

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

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

 span { border-color: rgb(102,142,10); }

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