Shades of Olive #7B9500
Tints of Olive #7B9500
RGB
CMYK
RGB Variations
Color information
#7B9500 (or 0x7B9500) is known color: Olive. HEX triplet: 7B, 95 and 00. RGB value is (123,149,0). Sum of RGB (Red+Green+Blue) = 123+149+0=272 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.22% from 272); Green value is 149 (58.59% from 255 or 54.78% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 149 - color contains mainly: green. Hex color #7B9500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9500 is #846AFF. Grayscale: #7C7C7C. Windows color (decimal): -8678144 or 38267. OLE color: 38267.
HSL color Cylindrical-coordinate representation of color #7B9500: hue angle of 70.47º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B9500 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 149 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.42 |
| HSL | 70.47º | 1% | 0.29% | - |
| HSV(B) | 70.47º | 1% | 0.58% | - |
| XYZ | 18.92 | 25.71 | 3.96 | - |
| YUV | 124.24 | 57.89 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 149 | 0 | 0.17 | 0 | 1 | 0.42 | 70.47 | 1 | 0.29 |
| Hex | 7B | 95 | 0 | 11 | 0 | 64 | 2A | 46 | 64 | 1D |
| Octal | 173 | 225 | 0 | 21 | 0 | 144 | 52 | 106 | 144 | 35 |
| Binary | 1111011 | 10010101 | 0 | 10001 | 0 | 1100100 | 101010 | 1000110 | 1100100 | 11101 |
Color Harmonies of #7B9500
Complementary color
Monochromatic Colors of #7B9500
Black with #7B9500
Text Example
Text Example
White with #7B9500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9500; }
p { color: rgb(123,149,0); }
H1.HeaderClassName
{
color: #7B9500;
}
.AnyTagClassName
{
color: #7B9500;
}
</style>
background-color css
<style>
a { background-color: #7B9500; }
a { background-color: rgb(123,149,0); }
div.DivClassName
{
background-color: #7B9500;
}
.BgClassName
{
background-color: #7B9500;
}
</style>
border-color css
<style>
span { border-color: #7B9500; }
span { border-color: rgb(123,149,0); }
td.TdClassName
{
border-color: #7B9500;
}
.TagClassName
{
border-color: #7B9500;
}
</style>