Shades of Olive #878313
Tints of Olive #878313
RGB
CMYK
RGB Variations
Color information
#878313 (or 0x878313) is known color: Olive. HEX triplet: 87, 83 and 13. RGB value is (135,131,19). Sum of RGB (Red+Green+Blue) = 135+131+19=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #878313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878313 is #787CEC. Grayscale: #777777. Windows color (decimal): -7896301 or 1278855. OLE color: 1278855.
HSL color Cylindrical-coordinate representation of color #878313: hue angle of 57.93º 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 #878313 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 131 | 19 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.47 |
| HSL | 57.93º | 0.75% | 0.3% | - |
| HSV(B) | 57.93º | 0.86% | 0.53% | - |
| XYZ | 18.23 | 21.43 | 3.79 | - |
| YUV | 119.43 | 71.33 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 131 | 19 | 0 | 0.03 | 0.86 | 0.47 | 57.93 | 0.75 | 0.3 |
| Hex | 87 | 83 | 13 | 0 | 3 | 56 | 2F | 3A | 4B | 1E |
| Octal | 207 | 203 | 23 | 0 | 3 | 126 | 57 | 72 | 113 | 36 |
| Binary | 10000111 | 10000011 | 10011 | 0 | 11 | 1010110 | 101111 | 111010 | 1001011 | 11110 |
Color Harmonies of #878313
Complementary color
Monochromatic Colors of #878313
Black with #878313
Text Example
Text Example
White with #878313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878313; }
p { color: rgb(135,131,19); }
H1.HeaderClassName
{
color: #878313;
}
.AnyTagClassName
{
color: #878313;
}
</style>
background-color css
<style>
a { background-color: #878313; }
a { background-color: rgb(135,131,19); }
div.DivClassName
{
background-color: #878313;
}
.BgClassName
{
background-color: #878313;
}
</style>
border-color css
<style>
span { border-color: #878313; }
span { border-color: rgb(135,131,19); }
td.TdClassName
{
border-color: #878313;
}
.TagClassName
{
border-color: #878313;
}
</style>