Shades of Olive Drab #57850C
Tints of Olive Drab #57850C
RGB
CMYK
RGB Variations
Color information
#57850C (or 0x57850C) is known color: Olive Drab. HEX triplet: 57, 85 and 0C. RGB value is (87,133,12). Sum of RGB (Red+Green+Blue) = 87+133+12=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 133 (52.34% from 255 or 57.33% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 133 - color contains mainly: green. Hex color #57850C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #57850C is #A87AF3. Grayscale: #696969. Windows color (decimal): -11041524 or 820567. OLE color: 820567.
HSL color Cylindrical-coordinate representation of color #57850C: hue angle of 82.81º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #57850C is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 87 | 133 | 12 | - |
| CMYK | 0.35 | 0 | 0.91 | 0.48 |
| HSL | 82.81º | 0.83% | 0.28% | - |
| HSV(B) | 82.81º | 0.91% | 0.52% | - |
| XYZ | 12.38 | 18.83 | 3.33 | - |
| YUV | 105.45 | 75.26 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 133 | 12 | 0.35 | 0 | 0.91 | 0.48 | 82.81 | 0.83 | 0.28 |
| Hex | 57 | 85 | C | 23 | 0 | 5B | 30 | 53 | 53 | 1C |
| Octal | 127 | 205 | 14 | 43 | 0 | 133 | 60 | 123 | 123 | 34 |
| Binary | 1010111 | 10000101 | 1100 | 100011 | 0 | 1011011 | 110000 | 1010011 | 1010011 | 11100 |
Color Harmonies of #57850C
Complementary color
Monochromatic Colors of #57850C
Black with #57850C
Text Example
Text Example
White with #57850C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57850C; }
p { color: rgb(87,133,12); }
H1.HeaderClassName
{
color: #57850C;
}
.AnyTagClassName
{
color: #57850C;
}
</style>
background-color css
<style>
a { background-color: #57850C; }
a { background-color: rgb(87,133,12); }
div.DivClassName
{
background-color: #57850C;
}
.BgClassName
{
background-color: #57850C;
}
</style>
border-color css
<style>
span { border-color: #57850C; }
span { border-color: rgb(87,133,12); }
td.TdClassName
{
border-color: #57850C;
}
.TagClassName
{
border-color: #57850C;
}
</style>