#57850B

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

Shades of Olive Drab #57850B

Tints of Olive Drab #57850B

Color information

#57850B (or 0x57850B) is unknown color: approx Olive Drab. HEX triplet: 57, 85 and 0B. RGB value is (87,133,11). Sum of RGB (Red+Green+Blue) = 87+133+11=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 133 (52.34% from 255 or 57.58% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 133 - color contains mainly: green. Hex color #57850B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #57850B is #A87AF4. Grayscale: #696969. Windows color (decimal): -11041525 or 755031. OLE color: 755031.

HSL color Cylindrical-coordinate representation of color #57850B: hue angle of 82.62º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #57850B is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB8713311-
CMYK0.3500.920.48
HSL82.62º84.72%28.24%-
HSV(B)82.62º91.73%52.16%-
XYZ12.3818.833.3-
YUV105.3474.76114.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.66%
GREEN value IS 133 (52.34% from 255) = 57.58%
BLUE value IS 11 (4.69% from 255) = 4.76%
R=37.66%
G=57.58%
B=4.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal87133110.3500.920.4882.6284.7228.24
Hex5785B2305C3053551c
Octal127205134301346012312534
Binary1010111100001011011100011010111001100001010011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57850B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57850B; }

 p { color: rgb(87,133,11); }

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

<style>
 a { background-color: #57850B; }

 a { background-color: rgb(87,133,11); }

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

<style>
 span { border-color: #57850B; }

 span { border-color: rgb(87,133,11); }

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