Shades of Olive #856903
Tints of Olive #856903
RGB
CMYK
RGB Variations
Color information
#856903 (or 0x856903) is known color: Olive. HEX triplet: 85, 69 and 03. RGB value is (133,105,3). Sum of RGB (Red+Green+Blue) = 133+105+3=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #856903 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856903 is #7A96FC. Grayscale: #666666. Windows color (decimal): -8034045 or 223621. OLE color: 223621.
HSL color Cylindrical-coordinate representation of color #856903: hue angle of 47.08º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #856903 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 105 | 3 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.48 |
| HSL | 47.08º | 0.96% | 0.27% | - |
| HSV(B) | 47.08º | 0.98% | 0.52% | - |
| XYZ | 14.74 | 15.1 | 2.22 | - |
| YUV | 101.74 | 72.28 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 105 | 3 | 0 | 0.21 | 0.98 | 0.48 | 47.08 | 0.96 | 0.27 |
| Hex | 85 | 69 | 3 | 0 | 15 | 62 | 30 | 2F | 60 | 1B |
| Octal | 205 | 151 | 3 | 0 | 25 | 142 | 60 | 57 | 140 | 33 |
| Binary | 10000101 | 1101001 | 11 | 0 | 10101 | 1100010 | 110000 | 101111 | 1100000 | 11011 |
Color Harmonies of #856903
Complementary color
Monochromatic Colors of #856903
Black with #856903
Text Example
Text Example
White with #856903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856903; }
p { color: rgb(133,105,3); }
H1.HeaderClassName
{
color: #856903;
}
.AnyTagClassName
{
color: #856903;
}
</style>
background-color css
<style>
a { background-color: #856903; }
a { background-color: rgb(133,105,3); }
div.DivClassName
{
background-color: #856903;
}
.BgClassName
{
background-color: #856903;
}
</style>
border-color css
<style>
span { border-color: #856903; }
span { border-color: rgb(133,105,3); }
td.TdClassName
{
border-color: #856903;
}
.TagClassName
{
border-color: #856903;
}
</style>