Shades of Olive #858204
Tints of Olive #858204
RGB
CMYK
RGB Variations
Color information
#858204 (or 0x858204) is known color: Olive. HEX triplet: 85, 82 and 04. RGB value is (133,130,4). Sum of RGB (Red+Green+Blue) = 133+130+4=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #858204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858204 is #7A7DFB. Grayscale: #757575. Windows color (decimal): -8027644 or 295557. OLE color: 295557.
HSL color Cylindrical-coordinate representation of color #858204: hue angle of 58.6º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #858204 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 130 | 4 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.48 |
| HSL | 58.6º | 0.94% | 0.27% | - |
| HSV(B) | 58.6º | 0.97% | 0.52% | - |
| XYZ | 17.68 | 20.96 | 3.23 | - |
| YUV | 116.53 | 64.49 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 4 | 0 | 0.02 | 0.97 | 0.48 | 58.6 | 0.94 | 0.27 |
| Hex | 85 | 82 | 4 | 0 | 2 | 61 | 30 | 3B | 5E | 1B |
| Octal | 205 | 202 | 4 | 0 | 2 | 141 | 60 | 73 | 136 | 33 |
| Binary | 10000101 | 10000010 | 100 | 0 | 10 | 1100001 | 110000 | 111011 | 1011110 | 11011 |
Color Harmonies of #858204
Complementary color
Monochromatic Colors of #858204
Black with #858204
Text Example
Text Example
White with #858204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858204; }
p { color: rgb(133,130,4); }
H1.HeaderClassName
{
color: #858204;
}
.AnyTagClassName
{
color: #858204;
}
</style>
background-color css
<style>
a { background-color: #858204; }
a { background-color: rgb(133,130,4); }
div.DivClassName
{
background-color: #858204;
}
.BgClassName
{
background-color: #858204;
}
</style>
border-color css
<style>
span { border-color: #858204; }
span { border-color: rgb(133,130,4); }
td.TdClassName
{
border-color: #858204;
}
.TagClassName
{
border-color: #858204;
}
</style>