Shades of Olive #877B09
Tints of Olive #877B09
RGB
CMYK
RGB Variations
Color information
#877B09 (or 0x877B09) is known color: Olive. HEX triplet: 87, 7B and 09. RGB value is (135,123,9). Sum of RGB (Red+Green+Blue) = 135+123+9=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 123 (48.44% from 255 or 46.07% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #877B09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877B09 is #7884F6. Grayscale: #727272. Windows color (decimal): -7898359 or 621447. OLE color: 621447.
HSL color Cylindrical-coordinate representation of color #877B09: hue angle of 54.29º 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 #877B09 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 123 | 9 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.47 |
| HSL | 54.29º | 0.88% | 0.28% | - |
| HSV(B) | 54.29º | 0.93% | 0.53% | - |
| XYZ | 17.12 | 19.34 | 3.09 | - |
| YUV | 113.59 | 68.98 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 123 | 9 | 0 | 0.09 | 0.93 | 0.47 | 54.29 | 0.88 | 0.28 |
| Hex | 87 | 7B | 9 | 0 | 9 | 5D | 2F | 36 | 58 | 1C |
| Octal | 207 | 173 | 11 | 0 | 11 | 135 | 57 | 66 | 130 | 34 |
| Binary | 10000111 | 1111011 | 1001 | 0 | 1001 | 1011101 | 101111 | 110110 | 1011000 | 11100 |
Color Harmonies of #877B09
Complementary color
Monochromatic Colors of #877B09
Black with #877B09
Text Example
Text Example
White with #877B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877B09; }
p { color: rgb(135,123,9); }
H1.HeaderClassName
{
color: #877B09;
}
.AnyTagClassName
{
color: #877B09;
}
</style>
background-color css
<style>
a { background-color: #877B09; }
a { background-color: rgb(135,123,9); }
div.DivClassName
{
background-color: #877B09;
}
.BgClassName
{
background-color: #877B09;
}
</style>
border-color css
<style>
span { border-color: #877B09; }
span { border-color: rgb(135,123,9); }
td.TdClassName
{
border-color: #877B09;
}
.TagClassName
{
border-color: #877B09;
}
</style>