Shades of Olive #877008
Tints of Olive #877008
RGB
CMYK
RGB Variations
Color information
#877008 (or 0x877008) is known color: Olive. HEX triplet: 87, 70 and 08. RGB value is (135,112,8). Sum of RGB (Red+Green+Blue) = 135+112+8=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #877008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877008 is #788FF7. Grayscale: #6B6B6B. Windows color (decimal): -7901176 or 553095. OLE color: 553095.
HSL color Cylindrical-coordinate representation of color #877008: hue angle of 49.13º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #877008 is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 112 | 8 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.47 |
| HSL | 49.13º | 0.89% | 0.28% | - |
| HSV(B) | 49.13º | 0.94% | 0.53% | - |
| XYZ | 15.83 | 16.76 | 2.63 | - |
| YUV | 107.02 | 72.12 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 112 | 8 | 0 | 0.17 | 0.94 | 0.47 | 49.13 | 0.89 | 0.28 |
| Hex | 87 | 70 | 8 | 0 | 11 | 5E | 2F | 31 | 59 | 1C |
| Octal | 207 | 160 | 10 | 0 | 21 | 136 | 57 | 61 | 131 | 34 |
| Binary | 10000111 | 1110000 | 1000 | 0 | 10001 | 1011110 | 101111 | 110001 | 1011001 | 11100 |
Color Harmonies of #877008
Complementary color
Monochromatic Colors of #877008
Black with #877008
Text Example
Text Example
White with #877008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877008; }
p { color: rgb(135,112,8); }
H1.HeaderClassName
{
color: #877008;
}
.AnyTagClassName
{
color: #877008;
}
</style>
background-color css
<style>
a { background-color: #877008; }
a { background-color: rgb(135,112,8); }
div.DivClassName
{
background-color: #877008;
}
.BgClassName
{
background-color: #877008;
}
</style>
border-color css
<style>
span { border-color: #877008; }
span { border-color: rgb(135,112,8); }
td.TdClassName
{
border-color: #877008;
}
.TagClassName
{
border-color: #877008;
}
</style>