Shades of Olive #857A01
Tints of Olive #857A01
RGB
CMYK
RGB Variations
Color information
#857A01 (or 0x857A01) is known color: Olive. HEX triplet: 85, 7A and 01. RGB value is (133,122,1). Sum of RGB (Red+Green+Blue) = 133+122+1=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 122 (48.05% from 255 or 47.66% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #857A01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857A01 is #7A85FE. Grayscale: #6F6F6F. Windows color (decimal): -8029695 or 96901. OLE color: 96901.
HSL color Cylindrical-coordinate representation of color #857A01: hue angle of 55º 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 #857A01 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 122 | 1 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.48 |
| HSL | 55º | 0.99% | 0.26% | - |
| HSV(B) | 55º | 0.99% | 0.52% | - |
| XYZ | 16.64 | 18.91 | 2.8 | - |
| YUV | 111.5 | 65.64 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 122 | 1 | 0 | 0.08 | 0.99 | 0.48 | 55 | 0.99 | 0.26 |
| Hex | 85 | 7A | 1 | 0 | 8 | 63 | 30 | 37 | 63 | 1A |
| Octal | 205 | 172 | 1 | 0 | 10 | 143 | 60 | 67 | 143 | 32 |
| Binary | 10000101 | 1111010 | 1 | 0 | 1000 | 1100011 | 110000 | 110111 | 1100011 | 11010 |
Color Harmonies of #857A01
Complementary color
Monochromatic Colors of #857A01
Black with #857A01
Text Example
Text Example
White with #857A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857A01; }
p { color: rgb(133,122,1); }
H1.HeaderClassName
{
color: #857A01;
}
.AnyTagClassName
{
color: #857A01;
}
</style>
background-color css
<style>
a { background-color: #857A01; }
a { background-color: rgb(133,122,1); }
div.DivClassName
{
background-color: #857A01;
}
.BgClassName
{
background-color: #857A01;
}
</style>
border-color css
<style>
span { border-color: #857A01; }
span { border-color: rgb(133,122,1); }
td.TdClassName
{
border-color: #857A01;
}
.TagClassName
{
border-color: #857A01;
}
</style>