Shades of Olive #7C910E
Tints of Olive #7C910E
RGB
CMYK
RGB Variations
Color information
#7C910E (or 0x7C910E) is known color: Olive. HEX triplet: 7C, 91 and 0E. RGB value is (124,145,14). Sum of RGB (Red+Green+Blue) = 124+145+14=283 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.82% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #7C910E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C910E is #836EF1. Grayscale: #7C7C7C. Windows color (decimal): -8613618 or 954748. OLE color: 954748.
HSL color Cylindrical-coordinate representation of color #7C910E: hue angle of 69.62º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C910E is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 145 | 14 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.43 |
| HSL | 69.62º | 0.82% | 0.31% | - |
| HSV(B) | 69.62º | 0.9% | 0.57% | - |
| XYZ | 18.52 | 24.57 | 4.18 | - |
| YUV | 123.79 | 66.04 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 145 | 14 | 0.14 | 0 | 0.90 | 0.43 | 69.62 | 0.82 | 0.31 |
| Hex | 7C | 91 | E | E | 0 | 5A | 2B | 46 | 52 | 1F |
| Octal | 174 | 221 | 16 | 16 | 0 | 132 | 53 | 106 | 122 | 37 |
| Binary | 1111100 | 10010001 | 1110 | 1110 | 0 | 1011010 | 101011 | 1000110 | 1010010 | 11111 |
Color Harmonies of #7C910E
Complementary color
Monochromatic Colors of #7C910E
Black with #7C910E
Text Example
Text Example
White with #7C910E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C910E; }
p { color: rgb(124,145,14); }
H1.HeaderClassName
{
color: #7C910E;
}
.AnyTagClassName
{
color: #7C910E;
}
</style>
background-color css
<style>
a { background-color: #7C910E; }
a { background-color: rgb(124,145,14); }
div.DivClassName
{
background-color: #7C910E;
}
.BgClassName
{
background-color: #7C910E;
}
</style>
border-color css
<style>
span { border-color: #7C910E; }
span { border-color: rgb(124,145,14); }
td.TdClassName
{
border-color: #7C910E;
}
.TagClassName
{
border-color: #7C910E;
}
</style>