Shades of Olive #7C8E0A
Tints of Olive #7C8E0A
RGB
CMYK
RGB Variations
Color information
#7C8E0A (or 0x7C8E0A) is known color: Olive. HEX triplet: 7C, 8E and 0A. RGB value is (124,142,10). Sum of RGB (Red+Green+Blue) = 124+142+10=276 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.93% from 276); Green value is 142 (55.86% from 255 or 51.45% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 142 - color contains mainly: green. Hex color #7C8E0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8E0A is #8371F5. Grayscale: #7A7A7A. Windows color (decimal): -8614390 or 691836. OLE color: 691836.
HSL color Cylindrical-coordinate representation of color #7C8E0A: hue angle of 68.18º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C8E0A is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 142 | 10 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.44 |
| HSL | 68.18º | 0.87% | 0.3% | - |
| HSV(B) | 68.18º | 0.93% | 0.56% | - |
| XYZ | 18.04 | 23.65 | 3.9 | - |
| YUV | 121.57 | 65.04 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 142 | 10 | 0.13 | 0 | 0.93 | 0.44 | 68.18 | 0.87 | 0.3 |
| Hex | 7C | 8E | A | D | 0 | 5D | 2C | 44 | 57 | 1E |
| Octal | 174 | 216 | 12 | 15 | 0 | 135 | 54 | 104 | 127 | 36 |
| Binary | 1111100 | 10001110 | 1010 | 1101 | 0 | 1011101 | 101100 | 1000100 | 1010111 | 11110 |
Color Harmonies of #7C8E0A
Complementary color
Monochromatic Colors of #7C8E0A
Black with #7C8E0A
Text Example
Text Example
White with #7C8E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8E0A; }
p { color: rgb(124,142,10); }
H1.HeaderClassName
{
color: #7C8E0A;
}
.AnyTagClassName
{
color: #7C8E0A;
}
</style>
background-color css
<style>
a { background-color: #7C8E0A; }
a { background-color: rgb(124,142,10); }
div.DivClassName
{
background-color: #7C8E0A;
}
.BgClassName
{
background-color: #7C8E0A;
}
</style>
border-color css
<style>
span { border-color: #7C8E0A; }
span { border-color: rgb(124,142,10); }
td.TdClassName
{
border-color: #7C8E0A;
}
.TagClassName
{
border-color: #7C8E0A;
}
</style>