Shades of Olive #7C7A0A
Tints of Olive #7C7A0A
RGB
CMYK
RGB Variations
Color information
#7C7A0A (or 0x7C7A0A) is known color: Olive. HEX triplet: 7C, 7A and 0A. RGB value is (124,122,10). Sum of RGB (Red+Green+Blue) = 124+122+10=256 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.44% from 256); Green value is 122 (48.05% from 255 or 47.66% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7A0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7A0A is #8385F5. Grayscale: #6E6E6E. Windows color (decimal): -8619510 or 686716. OLE color: 686716.
HSL color Cylindrical-coordinate representation of color #7C7A0A: hue angle of 58.95º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7C7A0A is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 122 | 10 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.51 |
| HSL | 58.95º | 0.85% | 0.26% | - |
| HSV(B) | 58.95º | 0.92% | 0.49% | - |
| XYZ | 15.33 | 18.23 | 3 | - |
| YUV | 109.83 | 71.66 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 122 | 10 | 0 | 0.02 | 0.92 | 0.51 | 58.95 | 0.85 | 0.26 |
| Hex | 7C | 7A | A | 0 | 2 | 5C | 33 | 3B | 55 | 1A |
| Octal | 174 | 172 | 12 | 0 | 2 | 134 | 63 | 73 | 125 | 32 |
| Binary | 1111100 | 1111010 | 1010 | 0 | 10 | 1011100 | 110011 | 111011 | 1010101 | 11010 |
Color Harmonies of #7C7A0A
Complementary color
Monochromatic Colors of #7C7A0A
Black with #7C7A0A
Text Example
Text Example
White with #7C7A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7A0A; }
p { color: rgb(124,122,10); }
H1.HeaderClassName
{
color: #7C7A0A;
}
.AnyTagClassName
{
color: #7C7A0A;
}
</style>
background-color css
<style>
a { background-color: #7C7A0A; }
a { background-color: rgb(124,122,10); }
div.DivClassName
{
background-color: #7C7A0A;
}
.BgClassName
{
background-color: #7C7A0A;
}
</style>
border-color css
<style>
span { border-color: #7C7A0A; }
span { border-color: rgb(124,122,10); }
td.TdClassName
{
border-color: #7C7A0A;
}
.TagClassName
{
border-color: #7C7A0A;
}
</style>