Shades of Olive #7B9007
Tints of Olive #7B9007
RGB
CMYK
RGB Variations
Color information
#7B9007 (or 0x7B9007) is known color: Olive. HEX triplet: 7B, 90 and 07. RGB value is (123,144,7). Sum of RGB (Red+Green+Blue) = 123+144+7=274 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.89% from 274); Green value is 144 (56.64% from 255 or 52.55% from 274); Blue value is 7 (3.12% from 255 or 2.55% from 274); Max value from RGB is 144 - color contains mainly: green. Hex color #7B9007 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9007 is #846FF8. Grayscale: #7A7A7A. Windows color (decimal): -8679417 or 495739. OLE color: 495739.
HSL color Cylindrical-coordinate representation of color #7B9007: hue angle of 69.2º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B9007 is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 144 | 7 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.44 |
| HSL | 69.2º | 0.91% | 0.3% | - |
| HSV(B) | 69.2º | 0.95% | 0.56% | - |
| XYZ | 18.18 | 24.17 | 3.91 | - |
| YUV | 122.1 | 63.04 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 144 | 7 | 0.15 | 0 | 0.95 | 0.44 | 69.2 | 0.91 | 0.3 |
| Hex | 7B | 90 | 7 | F | 0 | 5F | 2C | 45 | 5B | 1E |
| Octal | 173 | 220 | 7 | 17 | 0 | 137 | 54 | 105 | 133 | 36 |
| Binary | 1111011 | 10010000 | 111 | 1111 | 0 | 1011111 | 101100 | 1000101 | 1011011 | 11110 |
Color Harmonies of #7B9007
Complementary color
Monochromatic Colors of #7B9007
Black with #7B9007
Text Example
Text Example
White with #7B9007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9007; }
p { color: rgb(123,144,7); }
H1.HeaderClassName
{
color: #7B9007;
}
.AnyTagClassName
{
color: #7B9007;
}
</style>
background-color css
<style>
a { background-color: #7B9007; }
a { background-color: rgb(123,144,7); }
div.DivClassName
{
background-color: #7B9007;
}
.BgClassName
{
background-color: #7B9007;
}
</style>
border-color css
<style>
span { border-color: #7B9007; }
span { border-color: rgb(123,144,7); }
td.TdClassName
{
border-color: #7B9007;
}
.TagClassName
{
border-color: #7B9007;
}
</style>