Shades of Olive #857F12
Tints of Olive #857F12
RGB
CMYK
RGB Variations
Color information
#857F12 (or 0x857F12) is known color: Olive. HEX triplet: 85, 7F and 12. RGB value is (133,127,18). Sum of RGB (Red+Green+Blue) = 133+127+18=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 127 (50% from 255 or 45.68% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #857F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857F12 is #7A80ED. Grayscale: #747474. Windows color (decimal): -8028398 or 1212293. OLE color: 1212293.
HSL color Cylindrical-coordinate representation of color #857F12: hue angle of 56.87º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #857F12 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 127 | 18 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.48 |
| HSL | 56.87º | 0.76% | 0.3% | - |
| HSV(B) | 56.87º | 0.86% | 0.52% | - |
| XYZ | 17.37 | 20.21 | 3.56 | - |
| YUV | 116.37 | 72.49 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 127 | 18 | 0 | 0.05 | 0.86 | 0.48 | 56.87 | 0.76 | 0.3 |
| Hex | 85 | 7F | 12 | 0 | 5 | 56 | 30 | 39 | 4C | 1E |
| Octal | 205 | 177 | 22 | 0 | 5 | 126 | 60 | 71 | 114 | 36 |
| Binary | 10000101 | 1111111 | 10010 | 0 | 101 | 1010110 | 110000 | 111001 | 1001100 | 11110 |
Color Harmonies of #857F12
Complementary color
Monochromatic Colors of #857F12
Black with #857F12
Text Example
Text Example
White with #857F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857F12; }
p { color: rgb(133,127,18); }
H1.HeaderClassName
{
color: #857F12;
}
.AnyTagClassName
{
color: #857F12;
}
</style>
background-color css
<style>
a { background-color: #857F12; }
a { background-color: rgb(133,127,18); }
div.DivClassName
{
background-color: #857F12;
}
.BgClassName
{
background-color: #857F12;
}
</style>
border-color css
<style>
span { border-color: #857F12; }
span { border-color: rgb(133,127,18); }
td.TdClassName
{
border-color: #857F12;
}
.TagClassName
{
border-color: #857F12;
}
</style>