#668624

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

Shades of Olive Drab #668624

Tints of Olive Drab #668624

Color information

#668624 (or 0x668624) is unknown color: approx Olive Drab. HEX triplet: 66, 86 and 24. RGB value is (102,134,36). Sum of RGB (Red+Green+Blue) = 102+134+36=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 134 - color contains mainly: green. Hex color #668624 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668624 is #9979DB. Grayscale: #717171. Windows color (decimal): -10058204 or 2393702. OLE color: 2393702.

HSL color Cylindrical-coordinate representation of color #668624: hue angle of 79.59º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #668624 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB10213436-
CMYK0.2400.730.47
HSL79.59º57.65%33.33%-
HSV(B)79.59º73.13%52.55%-
XYZ14.32204.78-
YUV113.2684.4119.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.5%
GREEN value IS 134 (52.73% from 255) = 49.26%
BLUE value IS 36 (14.45% from 255) = 13.24%
R=37.5%
G=49.26%
B=13.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102134360.2400.730.4779.5957.6533.33
Hex668624180492F503a21
Octal14620644300111571207241
Binary11001101000011010010011000010010011011111010000111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668624; }

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

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

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

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

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

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

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

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