Shades of Olive Drab #57820B
Tints of Olive Drab #57820B
RGB
CMYK
RGB Variations
Color information
#57820B (or 0x57820B) is known color: Olive Drab. HEX triplet: 57, 82 and 0B. RGB value is (87,130,11). Sum of RGB (Red+Green+Blue) = 87+130+11=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 130 (51.17% from 255 or 57.02% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 130 - color contains mainly: green. Hex color #57820B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #57820B is #A87DF4. Grayscale: #686868. Windows color (decimal): -11042293 or 754263. OLE color: 754263.
HSL color Cylindrical-coordinate representation of color #57820B: hue angle of 81.68º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #57820B is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 130 | 11 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.49 |
| HSL | 81.68º | 0.84% | 0.28% | - |
| HSV(B) | 81.68º | 0.92% | 0.51% | - |
| XYZ | 11.97 | 18.02 | 3.16 | - |
| YUV | 103.58 | 75.75 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 130 | 11 | 0.33 | 0 | 0.92 | 0.49 | 81.68 | 0.84 | 0.28 |
| Hex | 57 | 82 | B | 21 | 0 | 5C | 31 | 52 | 54 | 1C |
| Octal | 127 | 202 | 13 | 41 | 0 | 134 | 61 | 122 | 124 | 34 |
| Binary | 1010111 | 10000010 | 1011 | 100001 | 0 | 1011100 | 110001 | 1010010 | 1010100 | 11100 |
Color Harmonies of #57820B
Complementary color
Monochromatic Colors of #57820B
Black with #57820B
Text Example
Text Example
White with #57820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57820B; }
p { color: rgb(87,130,11); }
H1.HeaderClassName
{
color: #57820B;
}
.AnyTagClassName
{
color: #57820B;
}
</style>
background-color css
<style>
a { background-color: #57820B; }
a { background-color: rgb(87,130,11); }
div.DivClassName
{
background-color: #57820B;
}
.BgClassName
{
background-color: #57820B;
}
</style>
border-color css
<style>
span { border-color: #57820B; }
span { border-color: rgb(87,130,11); }
td.TdClassName
{
border-color: #57820B;
}
.TagClassName
{
border-color: #57820B;
}
</style>