Shades of Olive #877A09
Tints of Olive #877A09
RGB
CMYK
RGB Variations
Color information
#877A09 (or 0x877A09) is known color: Olive. HEX triplet: 87, 7A and 09. RGB value is (135,122,9). Sum of RGB (Red+Green+Blue) = 135+122+9=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 122 (48.05% from 255 or 45.86% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #877A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877A09 is #7885F6. Grayscale: #717171. Windows color (decimal): -7898615 or 621191. OLE color: 621191.
HSL color Cylindrical-coordinate representation of color #877A09: hue angle of 53.81º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #877A09 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 122 | 9 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.47 |
| HSL | 53.81º | 0.88% | 0.28% | - |
| HSV(B) | 53.81º | 0.93% | 0.53% | - |
| XYZ | 17 | 19.09 | 3.05 | - |
| YUV | 113.01 | 69.31 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 122 | 9 | 0 | 0.10 | 0.93 | 0.47 | 53.81 | 0.88 | 0.28 |
| Hex | 87 | 7A | 9 | 0 | A | 5D | 2F | 36 | 58 | 1C |
| Octal | 207 | 172 | 11 | 0 | 12 | 135 | 57 | 66 | 130 | 34 |
| Binary | 10000111 | 1111010 | 1001 | 0 | 1010 | 1011101 | 101111 | 110110 | 1011000 | 11100 |
Color Harmonies of #877A09
Complementary color
Monochromatic Colors of #877A09
Black with #877A09
Text Example
Text Example
White with #877A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877A09; }
p { color: rgb(135,122,9); }
H1.HeaderClassName
{
color: #877A09;
}
.AnyTagClassName
{
color: #877A09;
}
</style>
background-color css
<style>
a { background-color: #877A09; }
a { background-color: rgb(135,122,9); }
div.DivClassName
{
background-color: #877A09;
}
.BgClassName
{
background-color: #877A09;
}
</style>
border-color css
<style>
span { border-color: #877A09; }
span { border-color: rgb(135,122,9); }
td.TdClassName
{
border-color: #877A09;
}
.TagClassName
{
border-color: #877A09;
}
</style>