Shades of Olive #7B720A
Tints of Olive #7B720A
RGB
CMYK
RGB Variations
Color information
#7B720A (or 0x7B720A) is known color: Olive. HEX triplet: 7B, 72 and 0A. RGB value is (123,114,10). Sum of RGB (Red+Green+Blue) = 123+114+10=247 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.80% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 123 - color contains mainly: red. Hex color #7B720A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B720A is #848DF5. Grayscale: #696969. Windows color (decimal): -8687094 or 684667. OLE color: 684667.
HSL color Cylindrical-coordinate representation of color #7B720A: hue angle of 55.22º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7B720A is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 114 | 10 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.52 |
| HSL | 55.22º | 0.85% | 0.26% | - |
| HSV(B) | 55.22º | 0.92% | 0.48% | - |
| XYZ | 14.24 | 16.27 | 2.68 | - |
| YUV | 104.84 | 74.48 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 114 | 10 | 0 | 0.07 | 0.92 | 0.52 | 55.22 | 0.85 | 0.26 |
| Hex | 7B | 72 | A | 0 | 7 | 5C | 34 | 37 | 55 | 1A |
| Octal | 173 | 162 | 12 | 0 | 7 | 134 | 64 | 67 | 125 | 32 |
| Binary | 1111011 | 1110010 | 1010 | 0 | 111 | 1011100 | 110100 | 110111 | 1010101 | 11010 |
Color Harmonies of #7B720A
Complementary color
Monochromatic Colors of #7B720A
Black with #7B720A
Text Example
Text Example
White with #7B720A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B720A; }
p { color: rgb(123,114,10); }
H1.HeaderClassName
{
color: #7B720A;
}
.AnyTagClassName
{
color: #7B720A;
}
</style>
background-color css
<style>
a { background-color: #7B720A; }
a { background-color: rgb(123,114,10); }
div.DivClassName
{
background-color: #7B720A;
}
.BgClassName
{
background-color: #7B720A;
}
</style>
border-color css
<style>
span { border-color: #7B720A; }
span { border-color: rgb(123,114,10); }
td.TdClassName
{
border-color: #7B720A;
}
.TagClassName
{
border-color: #7B720A;
}
</style>