Shades of Olive #7B7913
Tints of Olive #7B7913
RGB
CMYK
RGB Variations
Color information
#7B7913 (or 0x7B7913) is known color: Olive. HEX triplet: 7B, 79 and 13. RGB value is (123,121,19). Sum of RGB (Red+Green+Blue) = 123+121+19=263 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.77% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7913 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7913 is #8486EC. Grayscale: #6E6E6E. Windows color (decimal): -8685293 or 1276283. OLE color: 1276283.
HSL color Cylindrical-coordinate representation of color #7B7913: hue angle of 58.85º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B7913 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 121 | 19 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.52 |
| HSL | 58.85º | 0.73% | 0.28% | - |
| HSV(B) | 58.85º | 0.85% | 0.48% | - |
| XYZ | 15.12 | 17.93 | 3.28 | - |
| YUV | 109.97 | 76.66 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 121 | 19 | 0 | 0.02 | 0.85 | 0.52 | 58.85 | 0.73 | 0.28 |
| Hex | 7B | 79 | 13 | 0 | 2 | 55 | 34 | 3B | 49 | 1C |
| Octal | 173 | 171 | 23 | 0 | 2 | 125 | 64 | 73 | 111 | 34 |
| Binary | 1111011 | 1111001 | 10011 | 0 | 10 | 1010101 | 110100 | 111011 | 1001001 | 11100 |
Color Harmonies of #7B7913
Complementary color
Monochromatic Colors of #7B7913
Black with #7B7913
Text Example
Text Example
White with #7B7913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7913; }
p { color: rgb(123,121,19); }
H1.HeaderClassName
{
color: #7B7913;
}
.AnyTagClassName
{
color: #7B7913;
}
</style>
background-color css
<style>
a { background-color: #7B7913; }
a { background-color: rgb(123,121,19); }
div.DivClassName
{
background-color: #7B7913;
}
.BgClassName
{
background-color: #7B7913;
}
</style>
border-color css
<style>
span { border-color: #7B7913; }
span { border-color: rgb(123,121,19); }
td.TdClassName
{
border-color: #7B7913;
}
.TagClassName
{
border-color: #7B7913;
}
</style>