Shades of Olive #857B0A
Tints of Olive #857B0A
RGB
CMYK
RGB Variations
Color information
#857B0A (or 0x857B0A) is known color: Olive. HEX triplet: 85, 7B and 0A. RGB value is (133,123,10). Sum of RGB (Red+Green+Blue) = 133+123+10=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 123 (48.44% from 255 or 46.24% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #857B0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857B0A is #7A84F5. Grayscale: #717171. Windows color (decimal): -8029430 or 686981. OLE color: 686981.
HSL color Cylindrical-coordinate representation of color #857B0A: hue angle of 55.12º degrees, saturation: 0.86, 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 #857B0A is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 123 | 10 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.48 |
| HSL | 55.12º | 0.86% | 0.28% | - |
| HSV(B) | 55.12º | 0.92% | 0.52% | - |
| XYZ | 16.81 | 19.17 | 3.1 | - |
| YUV | 113.11 | 69.81 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 123 | 10 | 0 | 0.08 | 0.92 | 0.48 | 55.12 | 0.86 | 0.28 |
| Hex | 85 | 7B | A | 0 | 8 | 5C | 30 | 37 | 56 | 1C |
| Octal | 205 | 173 | 12 | 0 | 10 | 134 | 60 | 67 | 126 | 34 |
| Binary | 10000101 | 1111011 | 1010 | 0 | 1000 | 1011100 | 110000 | 110111 | 1010110 | 11100 |
Color Harmonies of #857B0A
Complementary color
Monochromatic Colors of #857B0A
Black with #857B0A
Text Example
Text Example
White with #857B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857B0A; }
p { color: rgb(133,123,10); }
H1.HeaderClassName
{
color: #857B0A;
}
.AnyTagClassName
{
color: #857B0A;
}
</style>
background-color css
<style>
a { background-color: #857B0A; }
a { background-color: rgb(133,123,10); }
div.DivClassName
{
background-color: #857B0A;
}
.BgClassName
{
background-color: #857B0A;
}
</style>
border-color css
<style>
span { border-color: #857B0A; }
span { border-color: rgb(133,123,10); }
td.TdClassName
{
border-color: #857B0A;
}
.TagClassName
{
border-color: #857B0A;
}
</style>