Shades of Olive #7D7E0A
Tints of Olive #7D7E0A
RGB
CMYK
RGB Variations
Color information
#7D7E0A (or 0x7D7E0A) is known color: Olive. HEX triplet: 7D, 7E and 0A. RGB value is (125,126,10). Sum of RGB (Red+Green+Blue) = 125+126+10=261 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.89% from 261); Green value is 126 (49.61% from 255 or 48.28% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 126 - color contains mainly: green. Hex color #7D7E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7E0A is #8281F5. Grayscale: #707070. Windows color (decimal): -8552950 or 687741. OLE color: 687741.
HSL color Cylindrical-coordinate representation of color #7D7E0A: hue angle of 60.52º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D7E0A is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 126 | 10 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.51 |
| HSL | 60.52º | 0.85% | 0.27% | - |
| HSV(B) | 60.52º | 0.92% | 0.49% | - |
| XYZ | 15.97 | 19.3 | 3.17 | - |
| YUV | 112.48 | 70.17 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 126 | 10 | 0.01 | 0 | 0.92 | 0.51 | 60.52 | 0.85 | 0.27 |
| Hex | 7D | 7E | A | 1 | 0 | 5C | 33 | 3D | 55 | 1B |
| Octal | 175 | 176 | 12 | 1 | 0 | 134 | 63 | 75 | 125 | 33 |
| Binary | 1111101 | 1111110 | 1010 | 1 | 0 | 1011100 | 110011 | 111101 | 1010101 | 11011 |
Color Harmonies of #7D7E0A
Complementary color
Monochromatic Colors of #7D7E0A
Black with #7D7E0A
Text Example
Text Example
White with #7D7E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7E0A; }
p { color: rgb(125,126,10); }
H1.HeaderClassName
{
color: #7D7E0A;
}
.AnyTagClassName
{
color: #7D7E0A;
}
</style>
background-color css
<style>
a { background-color: #7D7E0A; }
a { background-color: rgb(125,126,10); }
div.DivClassName
{
background-color: #7D7E0A;
}
.BgClassName
{
background-color: #7D7E0A;
}
</style>
border-color css
<style>
span { border-color: #7D7E0A; }
span { border-color: rgb(125,126,10); }
td.TdClassName
{
border-color: #7D7E0A;
}
.TagClassName
{
border-color: #7D7E0A;
}
</style>