Shades of Olive #857C0B
Tints of Olive #857C0B
RGB
CMYK
RGB Variations
Color information
#857C0B (or 0x857C0B) is known color: Olive. HEX triplet: 85, 7C and 0B. RGB value is (133,124,11). Sum of RGB (Red+Green+Blue) = 133+124+11=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 124 (48.83% from 255 or 46.27% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #857C0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857C0B is #7A83F4. Grayscale: #727272. Windows color (decimal): -8029173 or 752773. OLE color: 752773.
HSL color Cylindrical-coordinate representation of color #857C0B: hue angle of 55.57º 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 #857C0B is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 124 | 11 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.48 |
| HSL | 55.57º | 0.85% | 0.28% | - |
| HSV(B) | 55.57º | 0.92% | 0.52% | - |
| XYZ | 16.94 | 19.43 | 3.17 | - |
| YUV | 113.81 | 69.98 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 11 | 0 | 0.07 | 0.92 | 0.48 | 55.57 | 0.85 | 0.28 |
| Hex | 85 | 7C | B | 0 | 7 | 5C | 30 | 38 | 55 | 1C |
| Octal | 205 | 174 | 13 | 0 | 7 | 134 | 60 | 70 | 125 | 34 |
| Binary | 10000101 | 1111100 | 1011 | 0 | 111 | 1011100 | 110000 | 111000 | 1010101 | 11100 |
Color Harmonies of #857C0B
Complementary color
Monochromatic Colors of #857C0B
Black with #857C0B
Text Example
Text Example
White with #857C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857C0B; }
p { color: rgb(133,124,11); }
H1.HeaderClassName
{
color: #857C0B;
}
.AnyTagClassName
{
color: #857C0B;
}
</style>
background-color css
<style>
a { background-color: #857C0B; }
a { background-color: rgb(133,124,11); }
div.DivClassName
{
background-color: #857C0B;
}
.BgClassName
{
background-color: #857C0B;
}
</style>
border-color css
<style>
span { border-color: #857C0B; }
span { border-color: rgb(133,124,11); }
td.TdClassName
{
border-color: #857C0B;
}
.TagClassName
{
border-color: #857C0B;
}
</style>