Shades of Olive #7B9606
Tints of Olive #7B9606
RGB
CMYK
RGB Variations
Color information
#7B9606 (or 0x7B9606) is known color: Olive. HEX triplet: 7B, 96 and 06. RGB value is (123,150,6). Sum of RGB (Red+Green+Blue) = 123+150+6=279 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.09% from 279); Green value is 150 (58.98% from 255 or 53.76% from 279); Blue value is 6 (2.73% from 255 or 2.15% from 279); Max value from RGB is 150 - color contains mainly: green. Hex color #7B9606 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9606 is #8469F9. Grayscale: #7E7E7E. Windows color (decimal): -8677882 or 431739. OLE color: 431739.
HSL color Cylindrical-coordinate representation of color #7B9606: hue angle of 71.25º 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 #7B9606 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 150 | 6 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.41 |
| HSL | 71.25º | 0.92% | 0.31% | - |
| HSV(B) | 71.25º | 0.96% | 0.59% | - |
| XYZ | 19.11 | 26.04 | 4.19 | - |
| YUV | 125.51 | 60.55 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 150 | 6 | 0.18 | 0 | 0.96 | 0.41 | 71.25 | 0.92 | 0.31 |
| Hex | 7B | 96 | 6 | 12 | 0 | 60 | 29 | 47 | 5C | 1F |
| Octal | 173 | 226 | 6 | 22 | 0 | 140 | 51 | 107 | 134 | 37 |
| Binary | 1111011 | 10010110 | 110 | 10010 | 0 | 1100000 | 101001 | 1000111 | 1011100 | 11111 |
Color Harmonies of #7B9606
Complementary color
Monochromatic Colors of #7B9606
Black with #7B9606
Text Example
Text Example
White with #7B9606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9606; }
p { color: rgb(123,150,6); }
H1.HeaderClassName
{
color: #7B9606;
}
.AnyTagClassName
{
color: #7B9606;
}
</style>
background-color css
<style>
a { background-color: #7B9606; }
a { background-color: rgb(123,150,6); }
div.DivClassName
{
background-color: #7B9606;
}
.BgClassName
{
background-color: #7B9606;
}
</style>
border-color css
<style>
span { border-color: #7B9606; }
span { border-color: rgb(123,150,6); }
td.TdClassName
{
border-color: #7B9606;
}
.TagClassName
{
border-color: #7B9606;
}
</style>