Shades of Olive #7B790E
Tints of Olive #7B790E
RGB
CMYK
RGB Variations
Color information
#7B790E (or 0x7B790E) is known color: Olive. HEX triplet: 7B, 79 and 0E. RGB value is (123,121,14). Sum of RGB (Red+Green+Blue) = 123+121+14=258 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.67% from 258); Green value is 121 (47.66% from 255 or 46.90% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 123 - color contains mainly: red. Hex color #7B790E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B790E is #8486F1. Grayscale: #6D6D6D. Windows color (decimal): -8685298 or 948603. OLE color: 948603.
HSL color Cylindrical-coordinate representation of color #7B790E: hue angle of 58.9º 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 #7B790E is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 121 | 14 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.52 |
| HSL | 58.9º | 0.8% | 0.27% | - |
| HSV(B) | 58.9º | 0.89% | 0.48% | - |
| XYZ | 15.09 | 17.92 | 3.08 | - |
| YUV | 109.4 | 74.16 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 121 | 14 | 0 | 0.02 | 0.89 | 0.52 | 58.9 | 0.8 | 0.27 |
| Hex | 7B | 79 | E | 0 | 2 | 59 | 34 | 3B | 50 | 1B |
| Octal | 173 | 171 | 16 | 0 | 2 | 131 | 64 | 73 | 120 | 33 |
| Binary | 1111011 | 1111001 | 1110 | 0 | 10 | 1011001 | 110100 | 111011 | 1010000 | 11011 |
Color Harmonies of #7B790E
Complementary color
Monochromatic Colors of #7B790E
Black with #7B790E
Text Example
Text Example
White with #7B790E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B790E; }
p { color: rgb(123,121,14); }
H1.HeaderClassName
{
color: #7B790E;
}
.AnyTagClassName
{
color: #7B790E;
}
</style>
background-color css
<style>
a { background-color: #7B790E; }
a { background-color: rgb(123,121,14); }
div.DivClassName
{
background-color: #7B790E;
}
.BgClassName
{
background-color: #7B790E;
}
</style>
border-color css
<style>
span { border-color: #7B790E; }
span { border-color: rgb(123,121,14); }
td.TdClassName
{
border-color: #7B790E;
}
.TagClassName
{
border-color: #7B790E;
}
</style>