#57860C

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

Shades of Olive Drab #57860C

Tints of Olive Drab #57860C

Color information

#57860C (or 0x57860C) is unknown color: approx Olive Drab. HEX triplet: 57, 86 and 0C. RGB value is (87,134,12). Sum of RGB (Red+Green+Blue) = 87+134+12=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 134 (52.73% from 255 or 57.51% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 134 - color contains mainly: green. Hex color #57860C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #57860C is #A879F3. Grayscale: #6A6A6A. Windows color (decimal): -11041268 or 820823. OLE color: 820823.

HSL color Cylindrical-coordinate representation of color #57860C: hue angle of 83.11º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #57860C is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB8713412-
CMYK0.3500.910.47
HSL83.11º83.56%28.63%-
HSV(B)83.11º91.04%52.55%-
XYZ12.5219.13.38-
YUV106.0474.93114.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.34%
GREEN value IS 134 (52.73% from 255) = 57.51%
BLUE value IS 12 (5.08% from 255) = 5.15%
R=37.34%
G=57.51%
B=5.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87134120.3500.910.4783.1183.5628.63
Hex5786C2305B2F53541d
Octal127206144301335712312435
Binary1010111100001101100100011010110111011111010011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57860C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57860C; }

 p { color: rgb(87,134,12); }

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

<style>
 a { background-color: #57860C; }

 a { background-color: rgb(87,134,12); }

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

<style>
 span { border-color: #57860C; }

 span { border-color: rgb(87,134,12); }

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