Shades of Olive #7B770E
Tints of Olive #7B770E
RGB
CMYK
RGB Variations
Color information
#7B770E (or 0x7B770E) is known color: Olive. HEX triplet: 7B, 77 and 0E. RGB value is (123,119,14). Sum of RGB (Red+Green+Blue) = 123+119+14=256 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.05% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 123 - color contains mainly: red. Hex color #7B770E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B770E is #8488F1. Grayscale: #6C6C6C. Windows color (decimal): -8685810 or 948091. OLE color: 948091.
HSL color Cylindrical-coordinate representation of color #7B770E: hue angle of 57.8º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B770E is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 119 | 14 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.52 |
| HSL | 57.8º | 0.8% | 0.27% | - |
| HSV(B) | 57.8º | 0.89% | 0.48% | - |
| XYZ | 14.84 | 17.44 | 3 | - |
| YUV | 108.23 | 74.83 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 119 | 14 | 0 | 0.03 | 0.89 | 0.52 | 57.8 | 0.8 | 0.27 |
| Hex | 7B | 77 | E | 0 | 3 | 59 | 34 | 3A | 50 | 1B |
| Octal | 173 | 167 | 16 | 0 | 3 | 131 | 64 | 72 | 120 | 33 |
| Binary | 1111011 | 1110111 | 1110 | 0 | 11 | 1011001 | 110100 | 111010 | 1010000 | 11011 |
Color Harmonies of #7B770E
Complementary color
Monochromatic Colors of #7B770E
Black with #7B770E
Text Example
Text Example
White with #7B770E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B770E; }
p { color: rgb(123,119,14); }
H1.HeaderClassName
{
color: #7B770E;
}
.AnyTagClassName
{
color: #7B770E;
}
</style>
background-color css
<style>
a { background-color: #7B770E; }
a { background-color: rgb(123,119,14); }
div.DivClassName
{
background-color: #7B770E;
}
.BgClassName
{
background-color: #7B770E;
}
</style>
border-color css
<style>
span { border-color: #7B770E; }
span { border-color: rgb(123,119,14); }
td.TdClassName
{
border-color: #7B770E;
}
.TagClassName
{
border-color: #7B770E;
}
</style>