Shades of Olive #857C01
Tints of Olive #857C01
RGB
CMYK
RGB Variations
Color information
#857C01 (or 0x857C01) is known color: Olive. HEX triplet: 85, 7C and 01. RGB value is (133,124,1). Sum of RGB (Red+Green+Blue) = 133+124+1=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 124 (48.83% from 255 or 48.06% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #857C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857C01 is #7A83FE. Grayscale: #717171. Windows color (decimal): -8029183 or 97413. OLE color: 97413.
HSL color Cylindrical-coordinate representation of color #857C01: hue angle of 55.91º 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 #857C01 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 124 | 1 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.48 |
| HSL | 55.91º | 0.99% | 0.26% | - |
| HSV(B) | 55.91º | 0.99% | 0.52% | - |
| XYZ | 16.89 | 19.4 | 2.88 | - |
| YUV | 112.67 | 64.98 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 1 | 0 | 0.07 | 0.99 | 0.48 | 55.91 | 0.99 | 0.26 |
| Hex | 85 | 7C | 1 | 0 | 7 | 63 | 30 | 38 | 63 | 1A |
| Octal | 205 | 174 | 1 | 0 | 7 | 143 | 60 | 70 | 143 | 32 |
| Binary | 10000101 | 1111100 | 1 | 0 | 111 | 1100011 | 110000 | 111000 | 1100011 | 11010 |
Color Harmonies of #857C01
Complementary color
Monochromatic Colors of #857C01
Black with #857C01
Text Example
Text Example
White with #857C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857C01; }
p { color: rgb(133,124,1); }
H1.HeaderClassName
{
color: #857C01;
}
.AnyTagClassName
{
color: #857C01;
}
</style>
background-color css
<style>
a { background-color: #857C01; }
a { background-color: rgb(133,124,1); }
div.DivClassName
{
background-color: #857C01;
}
.BgClassName
{
background-color: #857C01;
}
</style>
border-color css
<style>
span { border-color: #857C01; }
span { border-color: rgb(133,124,1); }
td.TdClassName
{
border-color: #857C01;
}
.TagClassName
{
border-color: #857C01;
}
</style>