#5C8712

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

Shades of Olive Drab #5C8712

Tints of Olive Drab #5C8712

Color information

#5C8712 (or 0x5C8712) is unknown color: approx Olive Drab. HEX triplet: 5C, 87 and 12. RGB value is (92,135,18). Sum of RGB (Red+Green+Blue) = 92+135+18=245 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.55% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #5C8712 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C8712 is #A378ED. Grayscale: #6D6D6D. Windows color (decimal): -10713326 or 1214300. OLE color: 1214300.

HSL color Cylindrical-coordinate representation of color #5C8712: hue angle of 82.05º 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 #5C8712 is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB9213518-
CMYK0.3200.870.47
HSL82.05º76.47%30%-
HSV(B)82.05º86.67%52.94%-
XYZ13.1919.653.67-
YUV108.876.75116.01-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 37.55%
GREEN value IS 135 (53.12% from 255) = 55.10%
BLUE value IS 18 (7.42% from 255) = 7.35%
R=37.55%
G=55.10%
B=7.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal92135180.3200.870.4782.0576.4730
Hex5C8712200572F524c1e
Octal134207224001275712211436
Binary10111001000011110010100000010101111011111010010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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