Shades of Olive #7D8609
Tints of Olive #7D8609
RGB
CMYK
RGB Variations
Color information
#7D8609 (or 0x7D8609) is known color: Olive. HEX triplet: 7D, 86 and 09. RGB value is (125,134,9). Sum of RGB (Red+Green+Blue) = 125+134+9=268 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.64% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #7D8609 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8609 is #8279F6. Grayscale: #757575. Windows color (decimal): -8550903 or 624253. OLE color: 624253.
HSL color Cylindrical-coordinate representation of color #7D8609: hue angle of 64.32º degrees, saturation: 0.87, 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 #7D8609 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 134 | 9 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.47 |
| HSL | 64.32º | 0.87% | 0.28% | - |
| HSV(B) | 64.32º | 0.93% | 0.53% | - |
| XYZ | 17.03 | 21.43 | 3.5 | - |
| YUV | 117.06 | 67.02 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 134 | 9 | 0.07 | 0 | 0.93 | 0.47 | 64.32 | 0.87 | 0.28 |
| Hex | 7D | 86 | 9 | 7 | 0 | 5D | 2F | 40 | 57 | 1C |
| Octal | 175 | 206 | 11 | 7 | 0 | 135 | 57 | 100 | 127 | 34 |
| Binary | 1111101 | 10000110 | 1001 | 111 | 0 | 1011101 | 101111 | 1000000 | 1010111 | 11100 |
Color Harmonies of #7D8609
Complementary color
Monochromatic Colors of #7D8609
Black with #7D8609
Text Example
Text Example
White with #7D8609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8609; }
p { color: rgb(125,134,9); }
H1.HeaderClassName
{
color: #7D8609;
}
.AnyTagClassName
{
color: #7D8609;
}
</style>
background-color css
<style>
a { background-color: #7D8609; }
a { background-color: rgb(125,134,9); }
div.DivClassName
{
background-color: #7D8609;
}
.BgClassName
{
background-color: #7D8609;
}
</style>
border-color css
<style>
span { border-color: #7D8609; }
span { border-color: rgb(125,134,9); }
td.TdClassName
{
border-color: #7D8609;
}
.TagClassName
{
border-color: #7D8609;
}
</style>