Shades of Olive #7C7913
Tints of Olive #7C7913
RGB
CMYK
RGB Variations
Color information
#7C7913 (or 0x7C7913) is known color: Olive. HEX triplet: 7C, 79 and 13. RGB value is (124,121,19). Sum of RGB (Red+Green+Blue) = 124+121+19=264 (34% of max value = 765). Red value is 124 (48.83% from 255 or 46.97% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7913 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7913 is #8386EC. Grayscale: #6E6E6E. Windows color (decimal): -8619757 or 1276284. OLE color: 1276284.
HSL color Cylindrical-coordinate representation of color #7C7913: hue angle of 58.29º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C7913 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 121 | 19 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.51 |
| HSL | 58.29º | 0.73% | 0.28% | - |
| HSV(B) | 58.29º | 0.85% | 0.49% | - |
| XYZ | 15.27 | 18.01 | 3.29 | - |
| YUV | 110.27 | 76.49 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 121 | 19 | 0 | 0.02 | 0.85 | 0.51 | 58.29 | 0.73 | 0.28 |
| Hex | 7C | 79 | 13 | 0 | 2 | 55 | 33 | 3A | 49 | 1C |
| Octal | 174 | 171 | 23 | 0 | 2 | 125 | 63 | 72 | 111 | 34 |
| Binary | 1111100 | 1111001 | 10011 | 0 | 10 | 1010101 | 110011 | 111010 | 1001001 | 11100 |
Color Harmonies of #7C7913
Complementary color
Monochromatic Colors of #7C7913
Black with #7C7913
Text Example
Text Example
White with #7C7913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7913; }
p { color: rgb(124,121,19); }
H1.HeaderClassName
{
color: #7C7913;
}
.AnyTagClassName
{
color: #7C7913;
}
</style>
background-color css
<style>
a { background-color: #7C7913; }
a { background-color: rgb(124,121,19); }
div.DivClassName
{
background-color: #7C7913;
}
.BgClassName
{
background-color: #7C7913;
}
</style>
border-color css
<style>
span { border-color: #7C7913; }
span { border-color: rgb(124,121,19); }
td.TdClassName
{
border-color: #7C7913;
}
.TagClassName
{
border-color: #7C7913;
}
</style>