#5C8C0C

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

Shades of Olive Drab #5C8C0C

Tints of Olive Drab #5C8C0C

Color information

#5C8C0C (or 0x5C8C0C) is unknown color: approx Olive Drab. HEX triplet: 5C, 8C and 0C. RGB value is (92,140,12). Sum of RGB (Red+Green+Blue) = 92+140+12=244 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.70% from 244); Green value is 140 (55.08% from 255 or 57.38% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 140 - color contains mainly: green. Hex color #5C8C0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C8C0C is #A373F3. Grayscale: #6F6F6F. Windows color (decimal): -10712052 or 822364. OLE color: 822364.

HSL color Cylindrical-coordinate representation of color #5C8C0C: hue angle of 82.5º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C8C0C is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB9214012-
CMYK0.3400.910.45
HSL82.5º84.21%29.8%-
HSV(B)82.5º91.43%54.9%-
XYZ13.8621.063.68-
YUV111.0672.1114.41-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 37.70%
GREEN value IS 140 (55.08% from 255) = 57.38%
BLUE value IS 12 (5.08% from 255) = 4.92%
R=37.70%
G=57.38%
B=4.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal92140120.3400.910.4582.584.2129.8
Hex5C8CC2205B2D52541e
Octal134214144201335512212436
Binary1011100100011001100100010010110111011011010010101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C8C0C; }

 p { color: rgb(92,140,12); }

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

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

 a { background-color: rgb(92,140,12); }

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

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

 span { border-color: rgb(92,140,12); }

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