Shades of Olive #7F9705
Tints of Olive #7F9705
RGB
CMYK
RGB Variations
Color information
#7F9705 (or 0x7F9705) is known color: Olive. HEX triplet: 7F, 97 and 05. RGB value is (127,151,5). Sum of RGB (Red+Green+Blue) = 127+151+5=283 (37% of max value = 765). Red value is 127 (50% from 255 or 44.88% from 283); Green value is 151 (59.38% from 255 or 53.36% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 151 - color contains mainly: green. Hex color #7F9705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9705 is #8068FA. Grayscale: #7F7F7F. Windows color (decimal): -8415483 or 366463. OLE color: 366463.
HSL color Cylindrical-coordinate representation of color #7F9705: hue angle of 69.86º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F9705 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 127 | 151 | 5 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.41 |
| HSL | 69.86º | 0.94% | 0.31% | - |
| HSV(B) | 69.86º | 0.97% | 0.59% | - |
| XYZ | 19.85 | 26.66 | 4.24 | - |
| YUV | 127.18 | 59.05 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 151 | 5 | 0.16 | 0 | 0.97 | 0.41 | 69.86 | 0.94 | 0.31 |
| Hex | 7F | 97 | 5 | 10 | 0 | 61 | 29 | 46 | 5E | 1F |
| Octal | 177 | 227 | 5 | 20 | 0 | 141 | 51 | 106 | 136 | 37 |
| Binary | 1111111 | 10010111 | 101 | 10000 | 0 | 1100001 | 101001 | 1000110 | 1011110 | 11111 |
Color Harmonies of #7F9705
Complementary color
Monochromatic Colors of #7F9705
Black with #7F9705
Text Example
Text Example
White with #7F9705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9705; }
p { color: rgb(127,151,5); }
H1.HeaderClassName
{
color: #7F9705;
}
.AnyTagClassName
{
color: #7F9705;
}
</style>
background-color css
<style>
a { background-color: #7F9705; }
a { background-color: rgb(127,151,5); }
div.DivClassName
{
background-color: #7F9705;
}
.BgClassName
{
background-color: #7F9705;
}
</style>
border-color css
<style>
span { border-color: #7F9705; }
span { border-color: rgb(127,151,5); }
td.TdClassName
{
border-color: #7F9705;
}
.TagClassName
{
border-color: #7F9705;
}
</style>