#608820

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

Shades of Olive Drab #608820

Tints of Olive Drab #608820

Color information

#608820 (or 0x608820) is unknown color: approx Olive Drab. HEX triplet: 60, 88 and 20. RGB value is (96,136,32). Sum of RGB (Red+Green+Blue) = 96+136+32=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 136 (53.52% from 255 or 51.52% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 136 - color contains mainly: green. Hex color #608820 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608820 is #9F77DF. Grayscale: #707070. Windows color (decimal): -10450912 or 2132064. OLE color: 2132064.

HSL color Cylindrical-coordinate representation of color #608820: hue angle of 83.08º 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 #608820 is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB9613632-
CMYK0.2900.760.47
HSL83.08º61.9%32.94%-
HSV(B)83.08º76.47%53.33%-
XYZ13.8920.24.53-
YUV112.1882.75116.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.36%
GREEN value IS 136 (53.52% from 255) = 51.52%
BLUE value IS 32 (12.89% from 255) = 12.12%
R=36.36%
G=51.52%
B=12.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96136320.2900.760.4783.0861.932.94
Hex6088201D04C2F533e21
Octal14021040350114571237641
Binary11000001000100010000011101010011001011111010011111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608820; }

 p { color: rgb(96,136,32); }

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

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

 a { background-color: rgb(96,136,32); }

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

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

 span { border-color: rgb(96,136,32); }

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