#57870A

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

Shades of Olive Drab #57870A

Tints of Olive Drab #57870A

Color information

#57870A (or 0x57870A) is unknown color: approx Olive Drab. HEX triplet: 57, 87 and 0A. RGB value is (87,135,10). Sum of RGB (Red+Green+Blue) = 87+135+10=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 135 (53.12% from 255 or 58.19% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 135 - color contains mainly: green. Hex color #57870A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #57870A is #A878F5. Grayscale: #6A6A6A. Windows color (decimal): -11041014 or 690007. OLE color: 690007.

HSL color Cylindrical-coordinate representation of color #57870A: hue angle of 83.04º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #57870A is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB8713510-
CMYK0.3600.930.47
HSL83.04º86.21%28.43%-
HSV(B)83.04º92.59%52.94%-
XYZ12.6519.383.36-
YUV106.473.6114.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.5%
GREEN value IS 135 (53.12% from 255) = 58.19%
BLUE value IS 10 (4.30% from 255) = 4.31%
R=37.5%
G=58.19%
B=4.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87135100.3600.930.4783.0486.2128.43
Hex5787A2405D2F53561c
Octal127207124401355712312634
Binary1010111100001111010100100010111011011111010011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57870A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57870A; }

 p { color: rgb(87,135,10); }

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

<style>
 a { background-color: #57870A; }

 a { background-color: rgb(87,135,10); }

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

<style>
 span { border-color: #57870A; }

 span { border-color: rgb(87,135,10); }

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