Shades of Olive #7C7A09
Tints of Olive #7C7A09
RGB
CMYK
RGB Variations
Color information
#7C7A09 (or 0x7C7A09) is known color: Olive. HEX triplet: 7C, 7A and 09. RGB value is (124,122,9). Sum of RGB (Red+Green+Blue) = 124+122+9=255 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.63% from 255); Green value is 122 (48.05% from 255 or 47.84% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7A09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7A09 is #8385F6. Grayscale: #6E6E6E. Windows color (decimal): -8619511 or 621180. OLE color: 621180.
HSL color Cylindrical-coordinate representation of color #7C7A09: hue angle of 58.96º 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 #7C7A09 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 122 | 9 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.51 |
| HSL | 58.96º | 0.86% | 0.26% | - |
| HSV(B) | 58.96º | 0.93% | 0.49% | - |
| XYZ | 15.32 | 18.22 | 2.97 | - |
| YUV | 109.72 | 71.16 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 122 | 9 | 0 | 0.02 | 0.93 | 0.51 | 58.96 | 0.86 | 0.26 |
| Hex | 7C | 7A | 9 | 0 | 2 | 5D | 33 | 3B | 56 | 1A |
| Octal | 174 | 172 | 11 | 0 | 2 | 135 | 63 | 73 | 126 | 32 |
| Binary | 1111100 | 1111010 | 1001 | 0 | 10 | 1011101 | 110011 | 111011 | 1010110 | 11010 |
Color Harmonies of #7C7A09
Complementary color
Monochromatic Colors of #7C7A09
Black with #7C7A09
Text Example
Text Example
White with #7C7A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7A09; }
p { color: rgb(124,122,9); }
H1.HeaderClassName
{
color: #7C7A09;
}
.AnyTagClassName
{
color: #7C7A09;
}
</style>
background-color css
<style>
a { background-color: #7C7A09; }
a { background-color: rgb(124,122,9); }
div.DivClassName
{
background-color: #7C7A09;
}
.BgClassName
{
background-color: #7C7A09;
}
</style>
border-color css
<style>
span { border-color: #7C7A09; }
span { border-color: rgb(124,122,9); }
td.TdClassName
{
border-color: #7C7A09;
}
.TagClassName
{
border-color: #7C7A09;
}
</style>