Shades of Olive #857B01
Tints of Olive #857B01
RGB
CMYK
RGB Variations
Color information
#857B01 (or 0x857B01) is known color: Olive. HEX triplet: 85, 7B and 01. RGB value is (133,123,1). Sum of RGB (Red+Green+Blue) = 133+123+1=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 123 (48.44% from 255 or 47.86% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #857B01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857B01 is #7A84FE. Grayscale: #707070. Windows color (decimal): -8029439 or 97157. OLE color: 97157.
HSL color Cylindrical-coordinate representation of color #857B01: hue angle of 55.45º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #857B01 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 123 | 1 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.48 |
| HSL | 55.45º | 0.99% | 0.26% | - |
| HSV(B) | 55.45º | 0.99% | 0.52% | - |
| XYZ | 16.76 | 19.15 | 2.84 | - |
| YUV | 112.08 | 65.31 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 123 | 1 | 0 | 0.08 | 0.99 | 0.48 | 55.45 | 0.99 | 0.26 |
| Hex | 85 | 7B | 1 | 0 | 8 | 63 | 30 | 37 | 63 | 1A |
| Octal | 205 | 173 | 1 | 0 | 10 | 143 | 60 | 67 | 143 | 32 |
| Binary | 10000101 | 1111011 | 1 | 0 | 1000 | 1100011 | 110000 | 110111 | 1100011 | 11010 |
Color Harmonies of #857B01
Complementary color
Monochromatic Colors of #857B01
Black with #857B01
Text Example
Text Example
White with #857B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857B01; }
p { color: rgb(133,123,1); }
H1.HeaderClassName
{
color: #857B01;
}
.AnyTagClassName
{
color: #857B01;
}
</style>
background-color css
<style>
a { background-color: #857B01; }
a { background-color: rgb(133,123,1); }
div.DivClassName
{
background-color: #857B01;
}
.BgClassName
{
background-color: #857B01;
}
</style>
border-color css
<style>
span { border-color: #857B01; }
span { border-color: rgb(133,123,1); }
td.TdClassName
{
border-color: #857B01;
}
.TagClassName
{
border-color: #857B01;
}
</style>