Shades of Olive #858203
Tints of Olive #858203
RGB
CMYK
RGB Variations
Color information
#858203 (or 0x858203) is known color: Olive. HEX triplet: 85, 82 and 03. RGB value is (133,130,3). Sum of RGB (Red+Green+Blue) = 133+130+3=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #858203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858203 is #7A7DFC. Grayscale: #747474. Windows color (decimal): -8027645 or 230021. OLE color: 230021.
HSL color Cylindrical-coordinate representation of color #858203: hue angle of 58.62º 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 #858203 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 130 | 3 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.48 |
| HSL | 58.62º | 0.96% | 0.27% | - |
| HSV(B) | 58.62º | 0.98% | 0.52% | - |
| XYZ | 17.67 | 20.96 | 3.2 | - |
| YUV | 116.42 | 63.99 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 3 | 0 | 0.02 | 0.98 | 0.48 | 58.62 | 0.96 | 0.27 |
| Hex | 85 | 82 | 3 | 0 | 2 | 62 | 30 | 3B | 60 | 1B |
| Octal | 205 | 202 | 3 | 0 | 2 | 142 | 60 | 73 | 140 | 33 |
| Binary | 10000101 | 10000010 | 11 | 0 | 10 | 1100010 | 110000 | 111011 | 1100000 | 11011 |
Color Harmonies of #858203
Complementary color
Monochromatic Colors of #858203
Black with #858203
Text Example
Text Example
White with #858203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858203; }
p { color: rgb(133,130,3); }
H1.HeaderClassName
{
color: #858203;
}
.AnyTagClassName
{
color: #858203;
}
</style>
background-color css
<style>
a { background-color: #858203; }
a { background-color: rgb(133,130,3); }
div.DivClassName
{
background-color: #858203;
}
.BgClassName
{
background-color: #858203;
}
</style>
border-color css
<style>
span { border-color: #858203; }
span { border-color: rgb(133,130,3); }
td.TdClassName
{
border-color: #858203;
}
.TagClassName
{
border-color: #858203;
}
</style>