Shades of Olive #858403
Tints of Olive #858403
RGB
CMYK
RGB Variations
Color information
#858403 (or 0x858403) is known color: Olive. HEX triplet: 85, 84 and 03. RGB value is (133,132,3). Sum of RGB (Red+Green+Blue) = 133+132+3=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #858403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858403 is #7A7BFC. Grayscale: #767676. Windows color (decimal): -8027133 or 230533. OLE color: 230533.
HSL color Cylindrical-coordinate representation of color #858403: hue angle of 59.54º 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 #858403 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 132 | 3 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.48 |
| HSL | 59.54º | 0.96% | 0.27% | - |
| HSV(B) | 59.54º | 0.98% | 0.52% | - |
| XYZ | 17.94 | 21.5 | 3.29 | - |
| YUV | 117.59 | 63.33 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 3 | 0 | 0.01 | 0.98 | 0.48 | 59.54 | 0.96 | 0.27 |
| Hex | 85 | 84 | 3 | 0 | 1 | 62 | 30 | 3C | 60 | 1B |
| Octal | 205 | 204 | 3 | 0 | 1 | 142 | 60 | 74 | 140 | 33 |
| Binary | 10000101 | 10000100 | 11 | 0 | 1 | 1100010 | 110000 | 111100 | 1100000 | 11011 |
Color Harmonies of #858403
Complementary color
Monochromatic Colors of #858403
Black with #858403
Text Example
Text Example
White with #858403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858403; }
p { color: rgb(133,132,3); }
H1.HeaderClassName
{
color: #858403;
}
.AnyTagClassName
{
color: #858403;
}
</style>
background-color css
<style>
a { background-color: #858403; }
a { background-color: rgb(133,132,3); }
div.DivClassName
{
background-color: #858403;
}
.BgClassName
{
background-color: #858403;
}
</style>
border-color css
<style>
span { border-color: #858403; }
span { border-color: rgb(133,132,3); }
td.TdClassName
{
border-color: #858403;
}
.TagClassName
{
border-color: #858403;
}
</style>