Shades of Olive #7D8107
Tints of Olive #7D8107
RGB
CMYK
RGB Variations
Color information
#7D8107 (or 0x7D8107) is known color: Olive. HEX triplet: 7D, 81 and 07. RGB value is (125,129,7). Sum of RGB (Red+Green+Blue) = 125+129+7=261 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.89% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 129 - color contains mainly: green. Hex color #7D8107 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8107 is #827EF8. Grayscale: #727272. Windows color (decimal): -8552185 or 491901. OLE color: 491901.
HSL color Cylindrical-coordinate representation of color #7D8107: hue angle of 61.97º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D8107 is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 125 | 129 | 7 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.49 |
| HSL | 61.97º | 0.9% | 0.27% | - |
| HSV(B) | 61.97º | 0.95% | 0.51% | - |
| XYZ | 16.35 | 20.08 | 3.21 | - |
| YUV | 113.9 | 67.67 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 129 | 7 | 0.03 | 0 | 0.95 | 0.49 | 61.97 | 0.9 | 0.27 |
| Hex | 7D | 81 | 7 | 3 | 0 | 5F | 31 | 3E | 5A | 1B |
| Octal | 175 | 201 | 7 | 3 | 0 | 137 | 61 | 76 | 132 | 33 |
| Binary | 1111101 | 10000001 | 111 | 11 | 0 | 1011111 | 110001 | 111110 | 1011010 | 11011 |
Color Harmonies of #7D8107
Complementary color
Monochromatic Colors of #7D8107
Black with #7D8107
Text Example
Text Example
White with #7D8107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8107; }
p { color: rgb(125,129,7); }
H1.HeaderClassName
{
color: #7D8107;
}
.AnyTagClassName
{
color: #7D8107;
}
</style>
background-color css
<style>
a { background-color: #7D8107; }
a { background-color: rgb(125,129,7); }
div.DivClassName
{
background-color: #7D8107;
}
.BgClassName
{
background-color: #7D8107;
}
</style>
border-color css
<style>
span { border-color: #7D8107; }
span { border-color: rgb(125,129,7); }
td.TdClassName
{
border-color: #7D8107;
}
.TagClassName
{
border-color: #7D8107;
}
</style>