#608212

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

Shades of Olive Drab #608212

Tints of Olive Drab #608212

Color information

#608212 (or 0x608212) is unknown color: approx Olive Drab. HEX triplet: 60, 82 and 12. RGB value is (96,130,18). Sum of RGB (Red+Green+Blue) = 96+130+18=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 130 (51.17% from 255 or 53.28% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 130 - color contains mainly: green. Hex color #608212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608212 is #9F7DED. Grayscale: #6B6B6B. Windows color (decimal): -10452462 or 1213024. OLE color: 1213024.

HSL color Cylindrical-coordinate representation of color #608212: hue angle of 78.21º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #608212 is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB9613018-
CMYK0.2600.860.49
HSL78.21º75.68%29.02%-
HSV(B)78.21º86.15%50.98%-
XYZ12.9218.53.46-
YUV107.0777.74120.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.34%
GREEN value IS 130 (51.17% from 255) = 53.28%
BLUE value IS 18 (7.42% from 255) = 7.38%
R=39.34%
G=53.28%
B=7.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96130180.2600.860.4978.2175.6829.02
Hex6082121A056314e4c1d
Octal140202223201266111611435
Binary1100000100000101001011010010101101100011001110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608212; }

 p { color: rgb(96,130,18); }

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

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

 a { background-color: rgb(96,130,18); }

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

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

 span { border-color: rgb(96,130,18); }

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