Shades of Olive #857902
Tints of Olive #857902
RGB
CMYK
RGB Variations
Color information
#857902 (or 0x857902) is known color: Olive. HEX triplet: 85, 79 and 02. RGB value is (133,121,2). Sum of RGB (Red+Green+Blue) = 133+121+2=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 121 (47.66% from 255 or 47.27% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #857902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857902 is #7A86FD. Grayscale: #6F6F6F. Windows color (decimal): -8029950 or 162181. OLE color: 162181.
HSL color Cylindrical-coordinate representation of color #857902: hue angle of 54.5º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #857902 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 121 | 2 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.48 |
| HSL | 54.5º | 0.97% | 0.26% | - |
| HSV(B) | 54.5º | 0.98% | 0.52% | - |
| XYZ | 16.52 | 18.67 | 2.79 | - |
| YUV | 111.02 | 66.48 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 121 | 2 | 0 | 0.09 | 0.98 | 0.48 | 54.5 | 0.97 | 0.26 |
| Hex | 85 | 79 | 2 | 0 | 9 | 62 | 30 | 37 | 61 | 1A |
| Octal | 205 | 171 | 2 | 0 | 11 | 142 | 60 | 67 | 141 | 32 |
| Binary | 10000101 | 1111001 | 10 | 0 | 1001 | 1100010 | 110000 | 110111 | 1100001 | 11010 |
Color Harmonies of #857902
Complementary color
Monochromatic Colors of #857902
Black with #857902
Text Example
Text Example
White with #857902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857902; }
p { color: rgb(133,121,2); }
H1.HeaderClassName
{
color: #857902;
}
.AnyTagClassName
{
color: #857902;
}
</style>
background-color css
<style>
a { background-color: #857902; }
a { background-color: rgb(133,121,2); }
div.DivClassName
{
background-color: #857902;
}
.BgClassName
{
background-color: #857902;
}
</style>
border-color css
<style>
span { border-color: #857902; }
span { border-color: rgb(133,121,2); }
td.TdClassName
{
border-color: #857902;
}
.TagClassName
{
border-color: #857902;
}
</style>