Shades of Olive #857B13
Tints of Olive #857B13
RGB
CMYK
RGB Variations
Color information
#857B13 (or 0x857B13) is known color: Olive. HEX triplet: 85, 7B and 13. RGB value is (133,123,19). Sum of RGB (Red+Green+Blue) = 133+123+19=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 123 (48.44% from 255 or 44.73% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #857B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857B13 is #7A84EC. Grayscale: #727272. Windows color (decimal): -8029421 or 1276805. OLE color: 1276805.
HSL color Cylindrical-coordinate representation of color #857B13: hue angle of 54.74º degrees, saturation: 0.75, 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 #857B13 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 123 | 19 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.48 |
| HSL | 54.74º | 0.75% | 0.3% | - |
| HSV(B) | 54.74º | 0.86% | 0.52% | - |
| XYZ | 16.87 | 19.2 | 3.43 | - |
| YUV | 114.13 | 74.31 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 123 | 19 | 0 | 0.08 | 0.86 | 0.48 | 54.74 | 0.75 | 0.3 |
| Hex | 85 | 7B | 13 | 0 | 8 | 56 | 30 | 37 | 4B | 1E |
| Octal | 205 | 173 | 23 | 0 | 10 | 126 | 60 | 67 | 113 | 36 |
| Binary | 10000101 | 1111011 | 10011 | 0 | 1000 | 1010110 | 110000 | 110111 | 1001011 | 11110 |
Color Harmonies of #857B13
Complementary color
Monochromatic Colors of #857B13
Black with #857B13
Text Example
Text Example
White with #857B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857B13; }
p { color: rgb(133,123,19); }
H1.HeaderClassName
{
color: #857B13;
}
.AnyTagClassName
{
color: #857B13;
}
</style>
background-color css
<style>
a { background-color: #857B13; }
a { background-color: rgb(133,123,19); }
div.DivClassName
{
background-color: #857B13;
}
.BgClassName
{
background-color: #857B13;
}
</style>
border-color css
<style>
span { border-color: #857B13; }
span { border-color: rgb(133,123,19); }
td.TdClassName
{
border-color: #857B13;
}
.TagClassName
{
border-color: #857B13;
}
</style>