Shades of Olive #7B9505
Tints of Olive #7B9505
RGB
CMYK
RGB Variations
Color information
#7B9505 (or 0x7B9505) is known color: Olive. HEX triplet: 7B, 95 and 05. RGB value is (123,149,5). Sum of RGB (Red+Green+Blue) = 123+149+5=277 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.40% from 277); Green value is 149 (58.59% from 255 or 53.79% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 149 - color contains mainly: green. Hex color #7B9505 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9505 is #846AFA. Grayscale: #7D7D7D. Windows color (decimal): -8678139 or 365947. OLE color: 365947.
HSL color Cylindrical-coordinate representation of color #7B9505: hue angle of 70.83º degrees, saturation: 0.94, 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 #7B9505 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 149 | 5 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.42 |
| HSL | 70.83º | 0.94% | 0.3% | - |
| HSV(B) | 70.83º | 0.97% | 0.58% | - |
| XYZ | 18.94 | 25.72 | 4.11 | - |
| YUV | 124.81 | 60.39 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 149 | 5 | 0.17 | 0 | 0.97 | 0.42 | 70.83 | 0.94 | 0.3 |
| Hex | 7B | 95 | 5 | 11 | 0 | 61 | 2A | 47 | 5E | 1E |
| Octal | 173 | 225 | 5 | 21 | 0 | 141 | 52 | 107 | 136 | 36 |
| Binary | 1111011 | 10010101 | 101 | 10001 | 0 | 1100001 | 101010 | 1000111 | 1011110 | 11110 |
Color Harmonies of #7B9505
Complementary color
Monochromatic Colors of #7B9505
Black with #7B9505
Text Example
Text Example
White with #7B9505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9505; }
p { color: rgb(123,149,5); }
H1.HeaderClassName
{
color: #7B9505;
}
.AnyTagClassName
{
color: #7B9505;
}
</style>
background-color css
<style>
a { background-color: #7B9505; }
a { background-color: rgb(123,149,5); }
div.DivClassName
{
background-color: #7B9505;
}
.BgClassName
{
background-color: #7B9505;
}
</style>
border-color css
<style>
span { border-color: #7B9505; }
span { border-color: rgb(123,149,5); }
td.TdClassName
{
border-color: #7B9505;
}
.TagClassName
{
border-color: #7B9505;
}
</style>