Shades of Olive #7B9306
Tints of Olive #7B9306
RGB
CMYK
RGB Variations
Color information
#7B9306 (or 0x7B9306) is known color: Olive. HEX triplet: 7B, 93 and 06. RGB value is (123,147,6). Sum of RGB (Red+Green+Blue) = 123+147+6=276 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.57% from 276); Green value is 147 (57.81% from 255 or 53.26% from 276); Blue value is 6 (2.73% from 255 or 2.17% from 276); Max value from RGB is 147 - color contains mainly: green. Hex color #7B9306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9306 is #846CF9. Grayscale: #7C7C7C. Windows color (decimal): -8678650 or 430971. OLE color: 430971.
HSL color Cylindrical-coordinate representation of color #7B9306: hue angle of 70.21º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B9306 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 147 | 6 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.42 |
| HSL | 70.21º | 0.92% | 0.3% | - |
| HSV(B) | 70.21º | 0.96% | 0.58% | - |
| XYZ | 18.63 | 25.09 | 4.03 | - |
| YUV | 123.75 | 61.55 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 147 | 6 | 0.16 | 0 | 0.96 | 0.42 | 70.21 | 0.92 | 0.3 |
| Hex | 7B | 93 | 6 | 10 | 0 | 60 | 2A | 46 | 5C | 1E |
| Octal | 173 | 223 | 6 | 20 | 0 | 140 | 52 | 106 | 134 | 36 |
| Binary | 1111011 | 10010011 | 110 | 10000 | 0 | 1100000 | 101010 | 1000110 | 1011100 | 11110 |
Color Harmonies of #7B9306
Complementary color
Monochromatic Colors of #7B9306
Black with #7B9306
Text Example
Text Example
White with #7B9306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9306; }
p { color: rgb(123,147,6); }
H1.HeaderClassName
{
color: #7B9306;
}
.AnyTagClassName
{
color: #7B9306;
}
</style>
background-color css
<style>
a { background-color: #7B9306; }
a { background-color: rgb(123,147,6); }
div.DivClassName
{
background-color: #7B9306;
}
.BgClassName
{
background-color: #7B9306;
}
</style>
border-color css
<style>
span { border-color: #7B9306; }
span { border-color: rgb(123,147,6); }
td.TdClassName
{
border-color: #7B9306;
}
.TagClassName
{
border-color: #7B9306;
}
</style>