Shades of Olive #877B05
Tints of Olive #877B05
RGB
CMYK
RGB Variations
Color information
#877B05 (or 0x877B05) is known color: Olive. HEX triplet: 87, 7B and 05. RGB value is (135,123,5). Sum of RGB (Red+Green+Blue) = 135+123+5=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 123 (48.44% from 255 or 46.77% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #877B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877B05 is #7884FA. Grayscale: #717171. Windows color (decimal): -7898363 or 359303. OLE color: 359303.
HSL color Cylindrical-coordinate representation of color #877B05: hue angle of 54.46º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #877B05 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 123 | 5 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.47 |
| HSL | 54.46º | 0.93% | 0.27% | - |
| HSV(B) | 54.46º | 0.96% | 0.53% | - |
| XYZ | 17.1 | 19.33 | 2.97 | - |
| YUV | 113.14 | 66.98 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 123 | 5 | 0 | 0.09 | 0.96 | 0.47 | 54.46 | 0.93 | 0.27 |
| Hex | 87 | 7B | 5 | 0 | 9 | 60 | 2F | 36 | 5D | 1B |
| Octal | 207 | 173 | 5 | 0 | 11 | 140 | 57 | 66 | 135 | 33 |
| Binary | 10000111 | 1111011 | 101 | 0 | 1001 | 1100000 | 101111 | 110110 | 1011101 | 11011 |
Color Harmonies of #877B05
Complementary color
Monochromatic Colors of #877B05
Black with #877B05
Text Example
Text Example
White with #877B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877B05; }
p { color: rgb(135,123,5); }
H1.HeaderClassName
{
color: #877B05;
}
.AnyTagClassName
{
color: #877B05;
}
</style>
background-color css
<style>
a { background-color: #877B05; }
a { background-color: rgb(135,123,5); }
div.DivClassName
{
background-color: #877B05;
}
.BgClassName
{
background-color: #877B05;
}
</style>
border-color css
<style>
span { border-color: #877B05; }
span { border-color: rgb(135,123,5); }
td.TdClassName
{
border-color: #877B05;
}
.TagClassName
{
border-color: #877B05;
}
</style>