Shades of Olive #7D8709
Tints of Olive #7D8709
RGB
CMYK
RGB Variations
Color information
#7D8709 (or 0x7D8709) is known color: Olive. HEX triplet: 7D, 87 and 09. RGB value is (125,135,9). Sum of RGB (Red+Green+Blue) = 125+135+9=269 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.47% from 269); Green value is 135 (53.12% from 255 or 50.19% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 135 - color contains mainly: green. Hex color #7D8709 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8709 is #8278F6. Grayscale: #767676. Windows color (decimal): -8550647 or 624509. OLE color: 624509.
HSL color Cylindrical-coordinate representation of color #7D8709: hue angle of 64.76º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D8709 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 135 | 9 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.47 |
| HSL | 64.76º | 0.88% | 0.28% | - |
| HSV(B) | 64.76º | 0.93% | 0.53% | - |
| XYZ | 17.17 | 21.71 | 3.54 | - |
| YUV | 117.65 | 66.69 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 135 | 9 | 0.07 | 0 | 0.93 | 0.47 | 64.76 | 0.88 | 0.28 |
| Hex | 7D | 87 | 9 | 7 | 0 | 5D | 2F | 41 | 58 | 1C |
| Octal | 175 | 207 | 11 | 7 | 0 | 135 | 57 | 101 | 130 | 34 |
| Binary | 1111101 | 10000111 | 1001 | 111 | 0 | 1011101 | 101111 | 1000001 | 1011000 | 11100 |
Color Harmonies of #7D8709
Complementary color
Monochromatic Colors of #7D8709
Black with #7D8709
Text Example
Text Example
White with #7D8709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8709; }
p { color: rgb(125,135,9); }
H1.HeaderClassName
{
color: #7D8709;
}
.AnyTagClassName
{
color: #7D8709;
}
</style>
background-color css
<style>
a { background-color: #7D8709; }
a { background-color: rgb(125,135,9); }
div.DivClassName
{
background-color: #7D8709;
}
.BgClassName
{
background-color: #7D8709;
}
</style>
border-color css
<style>
span { border-color: #7D8709; }
span { border-color: rgb(125,135,9); }
td.TdClassName
{
border-color: #7D8709;
}
.TagClassName
{
border-color: #7D8709;
}
</style>