Shades of Olive #7B720B
Tints of Olive #7B720B
RGB
CMYK
RGB Variations
Color information
#7B720B (or 0x7B720B) is known color: Olive. HEX triplet: 7B, 72 and 0B. RGB value is (123,114,11). Sum of RGB (Red+Green+Blue) = 123+114+11=248 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.60% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 123 - color contains mainly: red. Hex color #7B720B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B720B is #848DF4. Grayscale: #696969. Windows color (decimal): -8687093 or 750203. OLE color: 750203.
HSL color Cylindrical-coordinate representation of color #7B720B: hue angle of 55.18º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B720B is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 114 | 11 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.52 |
| HSL | 55.18º | 0.84% | 0.26% | - |
| HSV(B) | 55.18º | 0.91% | 0.48% | - |
| XYZ | 14.25 | 16.27 | 2.71 | - |
| YUV | 104.95 | 74.98 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 114 | 11 | 0 | 0.07 | 0.91 | 0.52 | 55.18 | 0.84 | 0.26 |
| Hex | 7B | 72 | B | 0 | 7 | 5B | 34 | 37 | 54 | 1A |
| Octal | 173 | 162 | 13 | 0 | 7 | 133 | 64 | 67 | 124 | 32 |
| Binary | 1111011 | 1110010 | 1011 | 0 | 111 | 1011011 | 110100 | 110111 | 1010100 | 11010 |
Color Harmonies of #7B720B
Complementary color
Monochromatic Colors of #7B720B
Black with #7B720B
Text Example
Text Example
White with #7B720B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B720B; }
p { color: rgb(123,114,11); }
H1.HeaderClassName
{
color: #7B720B;
}
.AnyTagClassName
{
color: #7B720B;
}
</style>
background-color css
<style>
a { background-color: #7B720B; }
a { background-color: rgb(123,114,11); }
div.DivClassName
{
background-color: #7B720B;
}
.BgClassName
{
background-color: #7B720B;
}
</style>
border-color css
<style>
span { border-color: #7B720B; }
span { border-color: rgb(123,114,11); }
td.TdClassName
{
border-color: #7B720B;
}
.TagClassName
{
border-color: #7B720B;
}
</style>