#608112

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

Shades of Olive Drab #608112

Tints of Olive Drab #608112

Color information

#608112 (or 0x608112) is unknown color: approx Olive Drab. HEX triplet: 60, 81 and 12. RGB value is (96,129,18). Sum of RGB (Red+Green+Blue) = 96+129+18=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 129 (50.78% from 255 or 53.09% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 129 - color contains mainly: green. Hex color #608112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608112 is #9F7EED. Grayscale: #6A6A6A. Windows color (decimal): -10452718 or 1212768. OLE color: 1212768.

HSL color Cylindrical-coordinate representation of color #608112: hue angle of 77.84º 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 #608112 is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB9612918-
CMYK0.2600.860.49
HSL77.84º75.51%28.82%-
HSV(B)77.84º86.05%50.59%-
XYZ12.7818.233.42-
YUV106.4878.07120.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.51%
GREEN value IS 129 (50.78% from 255) = 53.09%
BLUE value IS 18 (7.42% from 255) = 7.41%
R=39.51%
G=53.09%
B=7.41%

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
Decimal96129180.2600.860.4977.8475.5128.82
Hex6081121A056314e4c1d
Octal140201223201266111611435
Binary1100000100000011001011010010101101100011001110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608112; }

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

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

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

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

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

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

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

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