Shades of Olive #7B9504
Tints of Olive #7B9504
RGB
CMYK
RGB Variations
Color information
#7B9504 (or 0x7B9504) is known color: Olive. HEX triplet: 7B, 95 and 04. RGB value is (123,149,4). Sum of RGB (Red+Green+Blue) = 123+149+4=276 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.57% from 276); Green value is 149 (58.59% from 255 or 53.99% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 149 - color contains mainly: green. Hex color #7B9504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9504 is #846AFB. Grayscale: #7D7D7D. Windows color (decimal): -8678140 or 300411. OLE color: 300411.
HSL color Cylindrical-coordinate representation of color #7B9504: hue angle of 70.76º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B9504 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 149 | 4 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.42 |
| HSL | 70.76º | 0.95% | 0.3% | - |
| HSV(B) | 70.76º | 0.97% | 0.58% | - |
| XYZ | 18.94 | 25.71 | 4.08 | - |
| YUV | 124.7 | 59.89 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 149 | 4 | 0.17 | 0 | 0.97 | 0.42 | 70.76 | 0.95 | 0.3 |
| Hex | 7B | 95 | 4 | 11 | 0 | 61 | 2A | 47 | 5F | 1E |
| Octal | 173 | 225 | 4 | 21 | 0 | 141 | 52 | 107 | 137 | 36 |
| Binary | 1111011 | 10010101 | 100 | 10001 | 0 | 1100001 | 101010 | 1000111 | 1011111 | 11110 |
Color Harmonies of #7B9504
Complementary color
Monochromatic Colors of #7B9504
Black with #7B9504
Text Example
Text Example
White with #7B9504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9504; }
p { color: rgb(123,149,4); }
H1.HeaderClassName
{
color: #7B9504;
}
.AnyTagClassName
{
color: #7B9504;
}
</style>
background-color css
<style>
a { background-color: #7B9504; }
a { background-color: rgb(123,149,4); }
div.DivClassName
{
background-color: #7B9504;
}
.BgClassName
{
background-color: #7B9504;
}
</style>
border-color css
<style>
span { border-color: #7B9504; }
span { border-color: rgb(123,149,4); }
td.TdClassName
{
border-color: #7B9504;
}
.TagClassName
{
border-color: #7B9504;
}
</style>