#57820F

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

Shades of Olive Drab #57820F

Tints of Olive Drab #57820F

Color information

#57820F (or 0x57820F) is unknown color: approx Olive Drab. HEX triplet: 57, 82 and 0F. RGB value is (87,130,15). Sum of RGB (Red+Green+Blue) = 87+130+15=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #57820F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #57820F is #A87DF0. Grayscale: #686868. Windows color (decimal): -11042289 or 1016407. OLE color: 1016407.

HSL color Cylindrical-coordinate representation of color #57820F: hue angle of 82.43º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #57820F is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB8713015-
CMYK0.3300.880.49
HSL82.43º79.31%28.43%-
HSV(B)82.43º88.46%50.98%-
XYZ1218.033.3-
YUV104.0377.75115.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.5%
GREEN value IS 130 (51.17% from 255) = 56.03%
BLUE value IS 15 (6.25% from 255) = 6.47%
R=37.5%
G=56.03%
B=6.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87130150.3300.880.4982.4379.3128.43
Hex5782F2105831524f1c
Octal127202174101306112211734
Binary1010111100000101111100001010110001100011010010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57820F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57820F; }

 p { color: rgb(87,130,15); }

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

<style>
 a { background-color: #57820F; }

 a { background-color: rgb(87,130,15); }

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

<style>
 span { border-color: #57820F; }

 span { border-color: rgb(87,130,15); }

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