Shades of Olive #878300
Tints of Olive #878300
RGB
CMYK
RGB Variations
Color information
#878300 (or 0x878300) is known color: Olive. HEX triplet: 87, 83 and 00. RGB value is (135,131,0). Sum of RGB (Red+Green+Blue) = 135+131+0=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #878300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878300 is #787CFF. Grayscale: #757575. Windows color (decimal): -7896320 or 33671. OLE color: 33671.
HSL color Cylindrical-coordinate representation of color #878300: hue angle of 58.22º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #878300 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 131 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.47 |
| HSL | 58.22º | 1% | 0.26% | - |
| HSV(B) | 58.22º | 1% | 0.53% | - |
| XYZ | 18.11 | 21.38 | 3.17 | - |
| YUV | 117.26 | 61.83 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 131 | 0 | 0 | 0.03 | 1 | 0.47 | 58.22 | 1 | 0.26 |
| Hex | 87 | 83 | 0 | 0 | 3 | 64 | 2F | 3A | 64 | 1A |
| Octal | 207 | 203 | 0 | 0 | 3 | 144 | 57 | 72 | 144 | 32 |
| Binary | 10000111 | 10000011 | 0 | 0 | 11 | 1100100 | 101111 | 111010 | 1100100 | 11010 |
Color Harmonies of #878300
Complementary color
Monochromatic Colors of #878300
Black with #878300
Text Example
Text Example
White with #878300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878300; }
p { color: rgb(135,131,0); }
H1.HeaderClassName
{
color: #878300;
}
.AnyTagClassName
{
color: #878300;
}
</style>
background-color css
<style>
a { background-color: #878300; }
a { background-color: rgb(135,131,0); }
div.DivClassName
{
background-color: #878300;
}
.BgClassName
{
background-color: #878300;
}
</style>
border-color css
<style>
span { border-color: #878300; }
span { border-color: rgb(135,131,0); }
td.TdClassName
{
border-color: #878300;
}
.TagClassName
{
border-color: #878300;
}
</style>