Shades of Olive #7B910A
Tints of Olive #7B910A
RGB
CMYK
RGB Variations
Color information
#7B910A (or 0x7B910A) is known color: Olive. HEX triplet: 7B, 91 and 0A. RGB value is (123,145,10). Sum of RGB (Red+Green+Blue) = 123+145+10=278 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.24% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #7B910A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B910A is #846EF5. Grayscale: #7B7B7B. Windows color (decimal): -8679158 or 692603. OLE color: 692603.
HSL color Cylindrical-coordinate representation of color #7B910A: hue angle of 69.78º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B910A is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 145 | 10 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.43 |
| HSL | 69.78º | 0.87% | 0.3% | - |
| HSV(B) | 69.78º | 0.93% | 0.57% | - |
| XYZ | 18.35 | 24.48 | 4.05 | - |
| YUV | 123.03 | 64.21 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 145 | 10 | 0.15 | 0 | 0.93 | 0.43 | 69.78 | 0.87 | 0.3 |
| Hex | 7B | 91 | A | F | 0 | 5D | 2B | 46 | 57 | 1E |
| Octal | 173 | 221 | 12 | 17 | 0 | 135 | 53 | 106 | 127 | 36 |
| Binary | 1111011 | 10010001 | 1010 | 1111 | 0 | 1011101 | 101011 | 1000110 | 1010111 | 11110 |
Color Harmonies of #7B910A
Complementary color
Monochromatic Colors of #7B910A
Black with #7B910A
Text Example
Text Example
White with #7B910A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B910A; }
p { color: rgb(123,145,10); }
H1.HeaderClassName
{
color: #7B910A;
}
.AnyTagClassName
{
color: #7B910A;
}
</style>
background-color css
<style>
a { background-color: #7B910A; }
a { background-color: rgb(123,145,10); }
div.DivClassName
{
background-color: #7B910A;
}
.BgClassName
{
background-color: #7B910A;
}
</style>
border-color css
<style>
span { border-color: #7B910A; }
span { border-color: rgb(123,145,10); }
td.TdClassName
{
border-color: #7B910A;
}
.TagClassName
{
border-color: #7B910A;
}
</style>