Shades of Olive #7D750E
Tints of Olive #7D750E
RGB
CMYK
RGB Variations
Color information
#7D750E (or 0x7D750E) is known color: Olive. HEX triplet: 7D, 75 and 0E. RGB value is (125,117,14). Sum of RGB (Red+Green+Blue) = 125+117+14=256 (33% of max value = 765). Red value is 125 (49.22% from 255 or 48.83% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 125 - color contains mainly: red. Hex color #7D750E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D750E is #828AF1. Grayscale: #6C6C6C. Windows color (decimal): -8555250 or 947581. OLE color: 947581.
HSL color Cylindrical-coordinate representation of color #7D750E: hue angle of 55.68º 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 #7D750E is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 117 | 14 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.51 |
| HSL | 55.68º | 0.8% | 0.27% | - |
| HSV(B) | 55.68º | 0.89% | 0.49% | - |
| XYZ | 14.9 | 17.11 | 2.93 | - |
| YUV | 107.65 | 75.15 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 117 | 14 | 0 | 0.06 | 0.89 | 0.51 | 55.68 | 0.8 | 0.27 |
| Hex | 7D | 75 | E | 0 | 6 | 59 | 33 | 38 | 50 | 1B |
| Octal | 175 | 165 | 16 | 0 | 6 | 131 | 63 | 70 | 120 | 33 |
| Binary | 1111101 | 1110101 | 1110 | 0 | 110 | 1011001 | 110011 | 111000 | 1010000 | 11011 |
Color Harmonies of #7D750E
Complementary color
Monochromatic Colors of #7D750E
Black with #7D750E
Text Example
Text Example
White with #7D750E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D750E; }
p { color: rgb(125,117,14); }
H1.HeaderClassName
{
color: #7D750E;
}
.AnyTagClassName
{
color: #7D750E;
}
</style>
background-color css
<style>
a { background-color: #7D750E; }
a { background-color: rgb(125,117,14); }
div.DivClassName
{
background-color: #7D750E;
}
.BgClassName
{
background-color: #7D750E;
}
</style>
border-color css
<style>
span { border-color: #7D750E; }
span { border-color: rgb(125,117,14); }
td.TdClassName
{
border-color: #7D750E;
}
.TagClassName
{
border-color: #7D750E;
}
</style>