Shades of Olive #7B9603
Tints of Olive #7B9603
RGB
CMYK
RGB Variations
Color information
#7B9603 (or 0x7B9603) is known color: Olive. HEX triplet: 7B, 96 and 03. RGB value is (123,150,3). Sum of RGB (Red+Green+Blue) = 123+150+3=276 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.57% from 276); Green value is 150 (58.98% from 255 or 54.35% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 150 - color contains mainly: green. Hex color #7B9603 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9603 is #8469FC. Grayscale: #7D7D7D. Windows color (decimal): -8677885 or 235131. OLE color: 235131.
HSL color Cylindrical-coordinate representation of color #7B9603: hue angle of 71.02º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B9603 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 150 | 3 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.41 |
| HSL | 71.02º | 0.96% | 0.3% | - |
| HSV(B) | 71.02º | 0.98% | 0.59% | - |
| XYZ | 19.09 | 26.03 | 4.1 | - |
| YUV | 125.17 | 59.05 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 150 | 3 | 0.18 | 0 | 0.98 | 0.41 | 71.02 | 0.96 | 0.3 |
| Hex | 7B | 96 | 3 | 12 | 0 | 62 | 29 | 47 | 60 | 1E |
| Octal | 173 | 226 | 3 | 22 | 0 | 142 | 51 | 107 | 140 | 36 |
| Binary | 1111011 | 10010110 | 11 | 10010 | 0 | 1100010 | 101001 | 1000111 | 1100000 | 11110 |
Color Harmonies of #7B9603
Complementary color
Monochromatic Colors of #7B9603
Black with #7B9603
Text Example
Text Example
White with #7B9603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9603; }
p { color: rgb(123,150,3); }
H1.HeaderClassName
{
color: #7B9603;
}
.AnyTagClassName
{
color: #7B9603;
}
</style>
background-color css
<style>
a { background-color: #7B9603; }
a { background-color: rgb(123,150,3); }
div.DivClassName
{
background-color: #7B9603;
}
.BgClassName
{
background-color: #7B9603;
}
</style>
border-color css
<style>
span { border-color: #7B9603; }
span { border-color: rgb(123,150,3); }
td.TdClassName
{
border-color: #7B9603;
}
.TagClassName
{
border-color: #7B9603;
}
</style>