Shades of Olive #7B900A
Tints of Olive #7B900A
RGB
CMYK
RGB Variations
Color information
#7B900A (or 0x7B900A) is known color: Olive. HEX triplet: 7B, 90 and 0A. RGB value is (123,144,10). Sum of RGB (Red+Green+Blue) = 123+144+10=277 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.40% from 277); Green value is 144 (56.64% from 255 or 51.99% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 144 - color contains mainly: green. Hex color #7B900A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B900A is #846FF5. Grayscale: #7A7A7A. Windows color (decimal): -8679414 or 692347. OLE color: 692347.
HSL color Cylindrical-coordinate representation of color #7B900A: hue angle of 69.4º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B900A is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 144 | 10 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.44 |
| HSL | 69.4º | 0.87% | 0.3% | - |
| HSV(B) | 69.4º | 0.93% | 0.56% | - |
| XYZ | 18.2 | 24.18 | 4 | - |
| YUV | 122.45 | 64.54 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 144 | 10 | 0.15 | 0 | 0.93 | 0.44 | 69.4 | 0.87 | 0.3 |
| Hex | 7B | 90 | A | F | 0 | 5D | 2C | 45 | 57 | 1E |
| Octal | 173 | 220 | 12 | 17 | 0 | 135 | 54 | 105 | 127 | 36 |
| Binary | 1111011 | 10010000 | 1010 | 1111 | 0 | 1011101 | 101100 | 1000101 | 1010111 | 11110 |
Color Harmonies of #7B900A
Complementary color
Monochromatic Colors of #7B900A
Black with #7B900A
Text Example
Text Example
White with #7B900A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B900A; }
p { color: rgb(123,144,10); }
H1.HeaderClassName
{
color: #7B900A;
}
.AnyTagClassName
{
color: #7B900A;
}
</style>
background-color css
<style>
a { background-color: #7B900A; }
a { background-color: rgb(123,144,10); }
div.DivClassName
{
background-color: #7B900A;
}
.BgClassName
{
background-color: #7B900A;
}
</style>
border-color css
<style>
span { border-color: #7B900A; }
span { border-color: rgb(123,144,10); }
td.TdClassName
{
border-color: #7B900A;
}
.TagClassName
{
border-color: #7B900A;
}
</style>