#5F850C

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

Shades of Olive Drab #5F850C

Tints of Olive Drab #5F850C

Color information

#5F850C (or 0x5F850C) is unknown color: approx Olive Drab. HEX triplet: 5F, 85 and 0C. RGB value is (95,133,12). Sum of RGB (Red+Green+Blue) = 95+133+12=240 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.58% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #5F850C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F850C is #A07AF3. Grayscale: #6C6C6C. Windows color (decimal): -10517236 or 820575. OLE color: 820575.

HSL color Cylindrical-coordinate representation of color #5F850C: hue angle of 78.84º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F850C is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB9513312-
CMYK0.2900.910.48
HSL78.84º83.45%28.43%-
HSV(B)78.84º90.98%52.16%-
XYZ13.1719.233.37-
YUV107.8473.91118.84-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.58%
GREEN value IS 133 (52.34% from 255) = 55.42%
BLUE value IS 12 (5.08% from 255) = 5%
R=39.58%
G=55.42%
B=5%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal95133120.2900.910.4878.8483.4528.43
Hex5F85C1D05B304f531c
Octal137205143501336011712334
Binary101111110000101110011101010110111100001001111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F850C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,133,12); }

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

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

 a { background-color: rgb(95,133,12); }

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

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

 span { border-color: rgb(95,133,12); }

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