Shades of Olive #7B9006
Tints of Olive #7B9006
RGB
CMYK
RGB Variations
Color information
#7B9006 (or 0x7B9006) is known color: Olive. HEX triplet: 7B, 90 and 06. RGB value is (123,144,6). Sum of RGB (Red+Green+Blue) = 123+144+6=273 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.05% from 273); Green value is 144 (56.64% from 255 or 52.75% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 144 - color contains mainly: green. Hex color #7B9006 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9006 is #846FF9. Grayscale: #7A7A7A. Windows color (decimal): -8679418 or 430203. OLE color: 430203.
HSL color Cylindrical-coordinate representation of color #7B9006: hue angle of 69.13º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B9006 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 144 | 6 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.44 |
| HSL | 69.13º | 0.92% | 0.29% | - |
| HSV(B) | 69.13º | 0.96% | 0.56% | - |
| XYZ | 18.17 | 24.17 | 3.88 | - |
| YUV | 121.99 | 62.54 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 144 | 6 | 0.15 | 0 | 0.96 | 0.44 | 69.13 | 0.92 | 0.29 |
| Hex | 7B | 90 | 6 | F | 0 | 60 | 2C | 45 | 5C | 1D |
| Octal | 173 | 220 | 6 | 17 | 0 | 140 | 54 | 105 | 134 | 35 |
| Binary | 1111011 | 10010000 | 110 | 1111 | 0 | 1100000 | 101100 | 1000101 | 1011100 | 11101 |
Color Harmonies of #7B9006
Complementary color
Monochromatic Colors of #7B9006
Black with #7B9006
Text Example
Text Example
White with #7B9006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9006; }
p { color: rgb(123,144,6); }
H1.HeaderClassName
{
color: #7B9006;
}
.AnyTagClassName
{
color: #7B9006;
}
</style>
background-color css
<style>
a { background-color: #7B9006; }
a { background-color: rgb(123,144,6); }
div.DivClassName
{
background-color: #7B9006;
}
.BgClassName
{
background-color: #7B9006;
}
</style>
border-color css
<style>
span { border-color: #7B9006; }
span { border-color: rgb(123,144,6); }
td.TdClassName
{
border-color: #7B9006;
}
.TagClassName
{
border-color: #7B9006;
}
</style>