#668C24

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

Shades of Olive Drab #668C24

Tints of Olive Drab #668C24

Color information

#668C24 (or 0x668C24) is unknown color: approx Olive Drab. HEX triplet: 66, 8C and 24. RGB value is (102,140,36). Sum of RGB (Red+Green+Blue) = 102+140+36=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 140 (55.08% from 255 or 50.36% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 140 - color contains mainly: green. Hex color #668C24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668C24 is #9973DB. Grayscale: #757575. Windows color (decimal): -10056668 or 2395238. OLE color: 2395238.

HSL color Cylindrical-coordinate representation of color #668C24: hue angle of 81.92º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #668C24 is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB10214036-
CMYK0.2700.740.45
HSL81.92º59.09%34.51%-
HSV(B)81.92º74.29%54.9%-
XYZ15.1821.715.06-
YUV116.7882.41117.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.69%
GREEN value IS 140 (55.08% from 255) = 50.36%
BLUE value IS 36 (14.45% from 255) = 12.95%
R=36.69%
G=50.36%
B=12.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102140360.2700.740.4581.9259.0934.51
Hex668C241B04A2D523b23
Octal14621444330112551227343
Binary11001101000110010010011011010010101011011010010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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