Shades of Olive #878807
Tints of Olive #878807
RGB
CMYK
RGB Variations
Color information
#878807 (or 0x878807) is known color: Olive. HEX triplet: 87, 88 and 07. RGB value is (135,136,7). Sum of RGB (Red+Green+Blue) = 135+136+7=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 7 (3.12% from 255 or 2.52% from 278); Max value from RGB is 136 - color contains mainly: green. Hex color #878807 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878807 is #7877F8. Grayscale: #797979. Windows color (decimal): -7895033 or 493703. OLE color: 493703.
HSL color Cylindrical-coordinate representation of color #878807: hue angle of 60.47º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #878807 is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 136 | 7 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.47 |
| HSL | 60.47º | 0.9% | 0.28% | - |
| HSV(B) | 60.47º | 0.95% | 0.53% | - |
| XYZ | 18.83 | 22.77 | 3.6 | - |
| YUV | 121 | 63.67 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 136 | 7 | 0.01 | 0 | 0.95 | 0.47 | 60.47 | 0.9 | 0.28 |
| Hex | 87 | 88 | 7 | 1 | 0 | 5F | 2F | 3C | 5A | 1C |
| Octal | 207 | 210 | 7 | 1 | 0 | 137 | 57 | 74 | 132 | 34 |
| Binary | 10000111 | 10001000 | 111 | 1 | 0 | 1011111 | 101111 | 111100 | 1011010 | 11100 |
Color Harmonies of #878807
Complementary color
Monochromatic Colors of #878807
Black with #878807
Text Example
Text Example
White with #878807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878807; }
p { color: rgb(135,136,7); }
H1.HeaderClassName
{
color: #878807;
}
.AnyTagClassName
{
color: #878807;
}
</style>
background-color css
<style>
a { background-color: #878807; }
a { background-color: rgb(135,136,7); }
div.DivClassName
{
background-color: #878807;
}
.BgClassName
{
background-color: #878807;
}
</style>
border-color css
<style>
span { border-color: #878807; }
span { border-color: rgb(135,136,7); }
td.TdClassName
{
border-color: #878807;
}
.TagClassName
{
border-color: #878807;
}
</style>