Shades of Olive #856D03
Tints of Olive #856D03
RGB
CMYK
RGB Variations
Color information
#856D03 (or 0x856D03) is known color: Olive. HEX triplet: 85, 6D and 03. RGB value is (133,109,3). Sum of RGB (Red+Green+Blue) = 133+109+3=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 109 (42.97% from 255 or 44.49% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #856D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856D03 is #7A92FC. Grayscale: #686868. Windows color (decimal): -8033021 or 224645. OLE color: 224645.
HSL color Cylindrical-coordinate representation of color #856D03: hue angle of 48.92º 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 #856D03 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 109 | 3 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.48 |
| HSL | 48.92º | 0.96% | 0.27% | - |
| HSV(B) | 48.92º | 0.98% | 0.52% | - |
| XYZ | 15.16 | 15.93 | 2.36 | - |
| YUV | 104.09 | 70.95 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 109 | 3 | 0 | 0.18 | 0.98 | 0.48 | 48.92 | 0.96 | 0.27 |
| Hex | 85 | 6D | 3 | 0 | 12 | 62 | 30 | 31 | 60 | 1B |
| Octal | 205 | 155 | 3 | 0 | 22 | 142 | 60 | 61 | 140 | 33 |
| Binary | 10000101 | 1101101 | 11 | 0 | 10010 | 1100010 | 110000 | 110001 | 1100000 | 11011 |
Color Harmonies of #856D03
Complementary color
Monochromatic Colors of #856D03
Black with #856D03
Text Example
Text Example
White with #856D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856D03; }
p { color: rgb(133,109,3); }
H1.HeaderClassName
{
color: #856D03;
}
.AnyTagClassName
{
color: #856D03;
}
</style>
background-color css
<style>
a { background-color: #856D03; }
a { background-color: rgb(133,109,3); }
div.DivClassName
{
background-color: #856D03;
}
.BgClassName
{
background-color: #856D03;
}
</style>
border-color css
<style>
span { border-color: #856D03; }
span { border-color: rgb(133,109,3); }
td.TdClassName
{
border-color: #856D03;
}
.TagClassName
{
border-color: #856D03;
}
</style>