#5C8612

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

Shades of Olive Drab #5C8612

Tints of Olive Drab #5C8612

Color information

#5C8612 (or 0x5C8612) is unknown color: approx Olive Drab. HEX triplet: 5C, 86 and 12. RGB value is (92,134,18). Sum of RGB (Red+Green+Blue) = 92+134+18=244 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.70% from 244); Green value is 134 (52.73% from 255 or 54.92% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 134 - color contains mainly: green. Hex color #5C8612 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C8612 is #A379ED. Grayscale: #6C6C6C. Windows color (decimal): -10713582 or 1214044. OLE color: 1214044.

HSL color Cylindrical-coordinate representation of color #5C8612: hue angle of 81.72º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5C8612 is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB9213418-
CMYK0.3100.870.47
HSL81.72º76.32%29.8%-
HSV(B)81.72º86.57%52.55%-
XYZ13.0519.373.62-
YUV108.2277.09116.43-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 37.70%
GREEN value IS 134 (52.73% from 255) = 54.92%
BLUE value IS 18 (7.42% from 255) = 7.38%
R=37.70%
G=54.92%
B=7.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal92134180.3100.870.4781.7276.3229.8
Hex5C86121F0572F524c1e
Octal134206223701275712211436
Binary1011100100001101001011111010101111011111010010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,134,18); }

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

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

 a { background-color: rgb(92,134,18); }

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

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

 span { border-color: rgb(92,134,18); }

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