#5F861C

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

Shades of Olive Drab #5F861C

Tints of Olive Drab #5F861C

Color information

#5F861C (or 0x5F861C) is unknown color: approx Olive Drab. HEX triplet: 5F, 86 and 1C. RGB value is (95,134,28). Sum of RGB (Red+Green+Blue) = 95+134+28=257 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.96% from 257); Green value is 134 (52.73% from 255 or 52.14% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 134 - color contains mainly: green. Hex color #5F861C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F861C is #A079E3. Grayscale: #6E6E6E. Windows color (decimal): -10516964 or 1869407. OLE color: 1869407.

HSL color Cylindrical-coordinate representation of color #5F861C: hue angle of 82.08º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F861C is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB9513428-
CMYK0.2900.790.47
HSL82.08º65.43%31.76%-
HSV(B)82.08º79.1%52.55%-
XYZ13.4519.574.17-
YUV110.2681.58117.12-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.96%
GREEN value IS 134 (52.73% from 255) = 52.14%
BLUE value IS 28 (11.33% from 255) = 10.89%
R=36.96%
G=52.14%
B=10.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal95134280.2900.790.4782.0865.4331.76
Hex5F861C1D04F2F524120
Octal137206343501175712210140
Binary10111111000011011100111010100111110111110100101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F861C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,134,28); }

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

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

 a { background-color: rgb(95,134,28); }

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

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

 span { border-color: rgb(95,134,28); }

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