Shades of Olive #856902
Tints of Olive #856902
RGB
CMYK
RGB Variations
Color information
#856902 (or 0x856902) is known color: Olive. HEX triplet: 85, 69 and 02. RGB value is (133,105,2). Sum of RGB (Red+Green+Blue) = 133+105+2=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #856902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856902 is #7A96FD. Grayscale: #666666. Windows color (decimal): -8034046 or 158085. OLE color: 158085.
HSL color Cylindrical-coordinate representation of color #856902: hue angle of 47.18º 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 #856902 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 105 | 2 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.48 |
| HSL | 47.18º | 0.97% | 0.26% | - |
| HSV(B) | 47.18º | 0.98% | 0.52% | - |
| XYZ | 14.74 | 15.09 | 2.19 | - |
| YUV | 101.63 | 71.78 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 105 | 2 | 0 | 0.21 | 0.98 | 0.48 | 47.18 | 0.97 | 0.26 |
| Hex | 85 | 69 | 2 | 0 | 15 | 62 | 30 | 2F | 61 | 1A |
| Octal | 205 | 151 | 2 | 0 | 25 | 142 | 60 | 57 | 141 | 32 |
| Binary | 10000101 | 1101001 | 10 | 0 | 10101 | 1100010 | 110000 | 101111 | 1100001 | 11010 |
Color Harmonies of #856902
Complementary color
Monochromatic Colors of #856902
Black with #856902
Text Example
Text Example
White with #856902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856902; }
p { color: rgb(133,105,2); }
H1.HeaderClassName
{
color: #856902;
}
.AnyTagClassName
{
color: #856902;
}
</style>
background-color css
<style>
a { background-color: #856902; }
a { background-color: rgb(133,105,2); }
div.DivClassName
{
background-color: #856902;
}
.BgClassName
{
background-color: #856902;
}
</style>
border-color css
<style>
span { border-color: #856902; }
span { border-color: rgb(133,105,2); }
td.TdClassName
{
border-color: #856902;
}
.TagClassName
{
border-color: #856902;
}
</style>