Shades of Olive #7D790E
Tints of Olive #7D790E
RGB
CMYK
RGB Variations
Color information
#7D790E (or 0x7D790E) is known color: Olive. HEX triplet: 7D, 79 and 0E. RGB value is (125,121,14). Sum of RGB (Red+Green+Blue) = 125+121+14=260 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.08% from 260); Green value is 121 (47.66% from 255 or 46.54% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 125 - color contains mainly: red. Hex color #7D790E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D790E is #8286F1. Grayscale: #6E6E6E. Windows color (decimal): -8554226 or 948605. OLE color: 948605.
HSL color Cylindrical-coordinate representation of color #7D790E: hue angle of 57.84º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D790E is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 121 | 14 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.51 |
| HSL | 57.84º | 0.8% | 0.27% | - |
| HSV(B) | 57.84º | 0.89% | 0.49% | - |
| XYZ | 15.37 | 18.07 | 3.09 | - |
| YUV | 110 | 73.83 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 121 | 14 | 0 | 0.03 | 0.89 | 0.51 | 57.84 | 0.8 | 0.27 |
| Hex | 7D | 79 | E | 0 | 3 | 59 | 33 | 3A | 50 | 1B |
| Octal | 175 | 171 | 16 | 0 | 3 | 131 | 63 | 72 | 120 | 33 |
| Binary | 1111101 | 1111001 | 1110 | 0 | 11 | 1011001 | 110011 | 111010 | 1010000 | 11011 |
Color Harmonies of #7D790E
Complementary color
Monochromatic Colors of #7D790E
Black with #7D790E
Text Example
Text Example
White with #7D790E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D790E; }
p { color: rgb(125,121,14); }
H1.HeaderClassName
{
color: #7D790E;
}
.AnyTagClassName
{
color: #7D790E;
}
</style>
background-color css
<style>
a { background-color: #7D790E; }
a { background-color: rgb(125,121,14); }
div.DivClassName
{
background-color: #7D790E;
}
.BgClassName
{
background-color: #7D790E;
}
</style>
border-color css
<style>
span { border-color: #7D790E; }
span { border-color: rgb(125,121,14); }
td.TdClassName
{
border-color: #7D790E;
}
.TagClassName
{
border-color: #7D790E;
}
</style>