#668720

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

Shades of Olive Drab #668720

Tints of Olive Drab #668720

Color information

#668720 (or 0x668720) is unknown color: approx Olive Drab. HEX triplet: 66, 87 and 20. RGB value is (102,135,32). Sum of RGB (Red+Green+Blue) = 102+135+32=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 135 (53.12% from 255 or 50.19% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 135 - color contains mainly: green. Hex color #668720 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668720 is #9978DF. Grayscale: #717171. Windows color (decimal): -10057952 or 2131814. OLE color: 2131814.

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

Color convert

RGB10213532-
CMYK0.2400.760.47
HSL79.22º61.68%32.75%-
HSV(B)79.22º76.3%52.94%-
XYZ14.420.264.52-
YUV113.3982.07119.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.92%
GREEN value IS 135 (53.12% from 255) = 50.19%
BLUE value IS 32 (12.89% from 255) = 11.90%
R=37.92%
G=50.19%
B=11.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102135320.2400.760.4779.2261.6832.75
Hex6687201804C2F4f3e21
Octal14620740300114571177641
Binary11001101000011110000011000010011001011111001111111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668720; }

 p { color: rgb(102,135,32); }

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

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

 a { background-color: rgb(102,135,32); }

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

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

 span { border-color: rgb(102,135,32); }

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