Shades of Olive #877A06
Tints of Olive #877A06
RGB
CMYK
RGB Variations
Color information
#877A06 (or 0x877A06) is known color: Olive. HEX triplet: 87, 7A and 06. RGB value is (135,122,6). Sum of RGB (Red+Green+Blue) = 135+122+6=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 122 (48.05% from 255 or 46.39% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #877A06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877A06 is #7885F9. Grayscale: #717171. Windows color (decimal): -7898618 or 424583. OLE color: 424583.
HSL color Cylindrical-coordinate representation of color #877A06: hue angle of 53.95º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #877A06 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 122 | 6 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.47 |
| HSL | 53.95º | 0.91% | 0.28% | - |
| HSV(B) | 53.95º | 0.96% | 0.53% | - |
| XYZ | 16.98 | 19.08 | 2.96 | - |
| YUV | 112.66 | 67.81 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 122 | 6 | 0 | 0.10 | 0.96 | 0.47 | 53.95 | 0.91 | 0.28 |
| Hex | 87 | 7A | 6 | 0 | A | 60 | 2F | 36 | 5B | 1C |
| Octal | 207 | 172 | 6 | 0 | 12 | 140 | 57 | 66 | 133 | 34 |
| Binary | 10000111 | 1111010 | 110 | 0 | 1010 | 1100000 | 101111 | 110110 | 1011011 | 11100 |
Color Harmonies of #877A06
Complementary color
Monochromatic Colors of #877A06
Black with #877A06
Text Example
Text Example
White with #877A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877A06; }
p { color: rgb(135,122,6); }
H1.HeaderClassName
{
color: #877A06;
}
.AnyTagClassName
{
color: #877A06;
}
</style>
background-color css
<style>
a { background-color: #877A06; }
a { background-color: rgb(135,122,6); }
div.DivClassName
{
background-color: #877A06;
}
.BgClassName
{
background-color: #877A06;
}
</style>
border-color css
<style>
span { border-color: #877A06; }
span { border-color: rgb(135,122,6); }
td.TdClassName
{
border-color: #877A06;
}
.TagClassName
{
border-color: #877A06;
}
</style>