Shades of Olive #878213
Tints of Olive #878213
RGB
CMYK
RGB Variations
Color information
#878213 (or 0x878213) is known color: Olive. HEX triplet: 87, 82 and 13. RGB value is (135,130,19). Sum of RGB (Red+Green+Blue) = 135+130+19=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #878213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878213 is #787DEC. Grayscale: #777777. Windows color (decimal): -7896557 or 1278599. OLE color: 1278599.
HSL color Cylindrical-coordinate representation of color #878213: hue angle of 57.41º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #878213 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 130 | 19 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.47 |
| HSL | 57.41º | 0.75% | 0.3% | - |
| HSV(B) | 57.41º | 0.86% | 0.53% | - |
| XYZ | 18.09 | 21.16 | 3.75 | - |
| YUV | 118.84 | 71.66 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 130 | 19 | 0 | 0.04 | 0.86 | 0.47 | 57.41 | 0.75 | 0.3 |
| Hex | 87 | 82 | 13 | 0 | 4 | 56 | 2F | 39 | 4B | 1E |
| Octal | 207 | 202 | 23 | 0 | 4 | 126 | 57 | 71 | 113 | 36 |
| Binary | 10000111 | 10000010 | 10011 | 0 | 100 | 1010110 | 101111 | 111001 | 1001011 | 11110 |
Color Harmonies of #878213
Complementary color
Monochromatic Colors of #878213
Black with #878213
Text Example
Text Example
White with #878213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878213; }
p { color: rgb(135,130,19); }
H1.HeaderClassName
{
color: #878213;
}
.AnyTagClassName
{
color: #878213;
}
</style>
background-color css
<style>
a { background-color: #878213; }
a { background-color: rgb(135,130,19); }
div.DivClassName
{
background-color: #878213;
}
.BgClassName
{
background-color: #878213;
}
</style>
border-color css
<style>
span { border-color: #878213; }
span { border-color: rgb(135,130,19); }
td.TdClassName
{
border-color: #878213;
}
.TagClassName
{
border-color: #878213;
}
</style>