Shades of Olive #857501
Tints of Olive #857501
RGB
CMYK
RGB Variations
Color information
#857501 (or 0x857501) is known color: Olive. HEX triplet: 85, 75 and 01. RGB value is (133,117,1). Sum of RGB (Red+Green+Blue) = 133+117+1=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #857501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857501 is #7A8AFE. Grayscale: #6D6D6D. Windows color (decimal): -8030975 or 95621. OLE color: 95621.
HSL color Cylindrical-coordinate representation of color #857501: hue angle of 52.73º 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 #857501 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 117 | 1 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.48 |
| HSL | 52.73º | 0.99% | 0.26% | - |
| HSV(B) | 52.73º | 0.99% | 0.52% | - |
| XYZ | 16.04 | 17.71 | 2.6 | - |
| YUV | 108.56 | 67.3 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 117 | 1 | 0 | 0.12 | 0.99 | 0.48 | 52.73 | 0.99 | 0.26 |
| Hex | 85 | 75 | 1 | 0 | C | 63 | 30 | 35 | 63 | 1A |
| Octal | 205 | 165 | 1 | 0 | 14 | 143 | 60 | 65 | 143 | 32 |
| Binary | 10000101 | 1110101 | 1 | 0 | 1100 | 1100011 | 110000 | 110101 | 1100011 | 11010 |
Color Harmonies of #857501
Complementary color
Monochromatic Colors of #857501
Black with #857501
Text Example
Text Example
White with #857501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857501; }
p { color: rgb(133,117,1); }
H1.HeaderClassName
{
color: #857501;
}
.AnyTagClassName
{
color: #857501;
}
</style>
background-color css
<style>
a { background-color: #857501; }
a { background-color: rgb(133,117,1); }
div.DivClassName
{
background-color: #857501;
}
.BgClassName
{
background-color: #857501;
}
</style>
border-color css
<style>
span { border-color: #857501; }
span { border-color: rgb(133,117,1); }
td.TdClassName
{
border-color: #857501;
}
.TagClassName
{
border-color: #857501;
}
</style>