Shades of Olive #7C7909
Tints of Olive #7C7909
RGB
CMYK
RGB Variations
Color information
#7C7909 (or 0x7C7909) is known color: Olive. HEX triplet: 7C, 79 and 09. RGB value is (124,121,9). Sum of RGB (Red+Green+Blue) = 124+121+9=254 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.82% from 254); Green value is 121 (47.66% from 255 or 47.64% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7909 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7909 is #8386F6. Grayscale: #6D6D6D. Windows color (decimal): -8619767 or 620924. OLE color: 620924.
HSL color Cylindrical-coordinate representation of color #7C7909: hue angle of 58.43º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C7909 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 121 | 9 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.51 |
| HSL | 58.43º | 0.86% | 0.26% | - |
| HSV(B) | 58.43º | 0.93% | 0.49% | - |
| XYZ | 15.2 | 17.98 | 2.93 | - |
| YUV | 109.13 | 71.49 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 121 | 9 | 0 | 0.02 | 0.93 | 0.51 | 58.43 | 0.86 | 0.26 |
| Hex | 7C | 79 | 9 | 0 | 2 | 5D | 33 | 3A | 56 | 1A |
| Octal | 174 | 171 | 11 | 0 | 2 | 135 | 63 | 72 | 126 | 32 |
| Binary | 1111100 | 1111001 | 1001 | 0 | 10 | 1011101 | 110011 | 111010 | 1010110 | 11010 |
Color Harmonies of #7C7909
Complementary color
Monochromatic Colors of #7C7909
Black with #7C7909
Text Example
Text Example
White with #7C7909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7909; }
p { color: rgb(124,121,9); }
H1.HeaderClassName
{
color: #7C7909;
}
.AnyTagClassName
{
color: #7C7909;
}
</style>
background-color css
<style>
a { background-color: #7C7909; }
a { background-color: rgb(124,121,9); }
div.DivClassName
{
background-color: #7C7909;
}
.BgClassName
{
background-color: #7C7909;
}
</style>
border-color css
<style>
span { border-color: #7C7909; }
span { border-color: rgb(124,121,9); }
td.TdClassName
{
border-color: #7C7909;
}
.TagClassName
{
border-color: #7C7909;
}
</style>