Shades of Olive #7B9706
Tints of Olive #7B9706
RGB
CMYK
RGB Variations
Color information
#7B9706 (or 0x7B9706) is known color: Olive. HEX triplet: 7B, 97 and 06. RGB value is (123,151,6). Sum of RGB (Red+Green+Blue) = 123+151+6=280 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.93% from 280); Green value is 151 (59.38% from 255 or 53.93% from 280); Blue value is 6 (2.73% from 255 or 2.14% from 280); Max value from RGB is 151 - color contains mainly: green. Hex color #7B9706 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9706 is #8468F9. Grayscale: #7E7E7E. Windows color (decimal): -8677626 or 431995. OLE color: 431995.
HSL color Cylindrical-coordinate representation of color #7B9706: hue angle of 71.59º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B9706 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 151 | 6 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.41 |
| HSL | 71.59º | 0.92% | 0.31% | - |
| HSV(B) | 71.59º | 0.96% | 0.59% | - |
| XYZ | 19.27 | 26.36 | 4.24 | - |
| YUV | 126.1 | 60.22 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 151 | 6 | 0.19 | 0 | 0.96 | 0.41 | 71.59 | 0.92 | 0.31 |
| Hex | 7B | 97 | 6 | 13 | 0 | 60 | 29 | 48 | 5C | 1F |
| Octal | 173 | 227 | 6 | 23 | 0 | 140 | 51 | 110 | 134 | 37 |
| Binary | 1111011 | 10010111 | 110 | 10011 | 0 | 1100000 | 101001 | 1001000 | 1011100 | 11111 |
Color Harmonies of #7B9706
Complementary color
Monochromatic Colors of #7B9706
Black with #7B9706
Text Example
Text Example
White with #7B9706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9706; }
p { color: rgb(123,151,6); }
H1.HeaderClassName
{
color: #7B9706;
}
.AnyTagClassName
{
color: #7B9706;
}
</style>
background-color css
<style>
a { background-color: #7B9706; }
a { background-color: rgb(123,151,6); }
div.DivClassName
{
background-color: #7B9706;
}
.BgClassName
{
background-color: #7B9706;
}
</style>
border-color css
<style>
span { border-color: #7B9706; }
span { border-color: rgb(123,151,6); }
td.TdClassName
{
border-color: #7B9706;
}
.TagClassName
{
border-color: #7B9706;
}
</style>