#668A24

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

Shades of Olive Drab #668A24

Tints of Olive Drab #668A24

Color information

#668A24 (or 0x668A24) is unknown color: approx Olive Drab. HEX triplet: 66, 8A and 24. RGB value is (102,138,36). Sum of RGB (Red+Green+Blue) = 102+138+36=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 138 (54.30% from 255 or 50% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 138 - color contains mainly: green. Hex color #668A24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668A24 is #9975DB. Grayscale: #737373. Windows color (decimal): -10057180 or 2394726. OLE color: 2394726.

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

Color convert

RGB10213836-
CMYK0.2600.740.46
HSL81.18º58.62%34.12%-
HSV(B)81.18º73.91%54.12%-
XYZ14.8921.134.96-
YUV115.6183.07118.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.96%
GREEN value IS 138 (54.30% from 255) = 50%
BLUE value IS 36 (14.45% from 255) = 13.04%
R=36.96%
G=50%
B=13.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102138360.2600.740.4681.1858.6234.12
Hex668A241A04A2E513b22
Octal14621244320112561217342
Binary11001101000101010010011010010010101011101010001111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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