Shades of Olive #7B9705
Tints of Olive #7B9705
RGB
CMYK
RGB Variations
Color information
#7B9705 (or 0x7B9705) is known color: Olive. HEX triplet: 7B, 97 and 05. RGB value is (123,151,5). Sum of RGB (Red+Green+Blue) = 123+151+5=279 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.09% from 279); Green value is 151 (59.38% from 255 or 54.12% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 151 - color contains mainly: green. Hex color #7B9705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9705 is #8468FA. Grayscale: #7E7E7E. Windows color (decimal): -8677627 or 366459. OLE color: 366459.
HSL color Cylindrical-coordinate representation of color #7B9705: hue angle of 71.51º 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 #7B9705 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 151 | 5 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.41 |
| HSL | 71.51º | 0.94% | 0.31% | - |
| HSV(B) | 71.51º | 0.97% | 0.59% | - |
| XYZ | 19.26 | 26.36 | 4.22 | - |
| YUV | 125.98 | 59.72 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 151 | 5 | 0.19 | 0 | 0.97 | 0.41 | 71.51 | 0.94 | 0.31 |
| Hex | 7B | 97 | 5 | 13 | 0 | 61 | 29 | 48 | 5E | 1F |
| Octal | 173 | 227 | 5 | 23 | 0 | 141 | 51 | 110 | 136 | 37 |
| Binary | 1111011 | 10010111 | 101 | 10011 | 0 | 1100001 | 101001 | 1001000 | 1011110 | 11111 |
Color Harmonies of #7B9705
Complementary color
Monochromatic Colors of #7B9705
Black with #7B9705
Text Example
Text Example
White with #7B9705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9705; }
p { color: rgb(123,151,5); }
H1.HeaderClassName
{
color: #7B9705;
}
.AnyTagClassName
{
color: #7B9705;
}
</style>
background-color css
<style>
a { background-color: #7B9705; }
a { background-color: rgb(123,151,5); }
div.DivClassName
{
background-color: #7B9705;
}
.BgClassName
{
background-color: #7B9705;
}
</style>
border-color css
<style>
span { border-color: #7B9705; }
span { border-color: rgb(123,151,5); }
td.TdClassName
{
border-color: #7B9705;
}
.TagClassName
{
border-color: #7B9705;
}
</style>