Shades of Olive #7D870E
Tints of Olive #7D870E
RGB
CMYK
RGB Variations
Color information
#7D870E (or 0x7D870E) is known color: Olive. HEX triplet: 7D, 87 and 0E. RGB value is (125,135,14). Sum of RGB (Red+Green+Blue) = 125+135+14=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 135 (53.12% from 255 or 49.27% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 135 - color contains mainly: green. Hex color #7D870E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D870E is #8278F1. Grayscale: #767676. Windows color (decimal): -8550642 or 952189. OLE color: 952189.
HSL color Cylindrical-coordinate representation of color #7D870E: hue angle of 64.96º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D870E is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 135 | 14 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.47 |
| HSL | 64.96º | 0.81% | 0.29% | - |
| HSV(B) | 64.96º | 0.9% | 0.53% | - |
| XYZ | 17.2 | 21.72 | 3.7 | - |
| YUV | 118.22 | 69.19 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 135 | 14 | 0.07 | 0 | 0.90 | 0.47 | 64.96 | 0.81 | 0.29 |
| Hex | 7D | 87 | E | 7 | 0 | 5A | 2F | 41 | 51 | 1D |
| Octal | 175 | 207 | 16 | 7 | 0 | 132 | 57 | 101 | 121 | 35 |
| Binary | 1111101 | 10000111 | 1110 | 111 | 0 | 1011010 | 101111 | 1000001 | 1010001 | 11101 |
Color Harmonies of #7D870E
Complementary color
Monochromatic Colors of #7D870E
Black with #7D870E
Text Example
Text Example
White with #7D870E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D870E; }
p { color: rgb(125,135,14); }
H1.HeaderClassName
{
color: #7D870E;
}
.AnyTagClassName
{
color: #7D870E;
}
</style>
background-color css
<style>
a { background-color: #7D870E; }
a { background-color: rgb(125,135,14); }
div.DivClassName
{
background-color: #7D870E;
}
.BgClassName
{
background-color: #7D870E;
}
</style>
border-color css
<style>
span { border-color: #7D870E; }
span { border-color: rgb(125,135,14); }
td.TdClassName
{
border-color: #7D870E;
}
.TagClassName
{
border-color: #7D870E;
}
</style>