Shades of Olive #7C910A
Tints of Olive #7C910A
RGB
CMYK
RGB Variations
Color information
#7C910A (or 0x7C910A) is known color: Olive. HEX triplet: 7C, 91 and 0A. RGB value is (124,145,10). Sum of RGB (Red+Green+Blue) = 124+145+10=279 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.44% from 279); Green value is 145 (57.03% from 255 or 51.97% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 145 - color contains mainly: green. Hex color #7C910A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C910A is #836EF5. Grayscale: #7B7B7B. Windows color (decimal): -8613622 or 692604. OLE color: 692604.
HSL color Cylindrical-coordinate representation of color #7C910A: hue angle of 69.33º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C910A is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 145 | 10 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.43 |
| HSL | 69.33º | 0.87% | 0.3% | - |
| HSV(B) | 69.33º | 0.93% | 0.57% | - |
| XYZ | 18.49 | 24.56 | 4.05 | - |
| YUV | 123.33 | 64.04 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 145 | 10 | 0.14 | 0 | 0.93 | 0.43 | 69.33 | 0.87 | 0.3 |
| Hex | 7C | 91 | A | E | 0 | 5D | 2B | 45 | 57 | 1E |
| Octal | 174 | 221 | 12 | 16 | 0 | 135 | 53 | 105 | 127 | 36 |
| Binary | 1111100 | 10010001 | 1010 | 1110 | 0 | 1011101 | 101011 | 1000101 | 1010111 | 11110 |
Color Harmonies of #7C910A
Complementary color
Monochromatic Colors of #7C910A
Black with #7C910A
Text Example
Text Example
White with #7C910A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C910A; }
p { color: rgb(124,145,10); }
H1.HeaderClassName
{
color: #7C910A;
}
.AnyTagClassName
{
color: #7C910A;
}
</style>
background-color css
<style>
a { background-color: #7C910A; }
a { background-color: rgb(124,145,10); }
div.DivClassName
{
background-color: #7C910A;
}
.BgClassName
{
background-color: #7C910A;
}
</style>
border-color css
<style>
span { border-color: #7C910A; }
span { border-color: rgb(124,145,10); }
td.TdClassName
{
border-color: #7C910A;
}
.TagClassName
{
border-color: #7C910A;
}
</style>