Shades of Highland #7C914E
Tints of Highland #7C914E
RGB
CMYK
RGB Variations
Color information
#7C914E (or 0x7C914E) is known color: Highland. HEX triplet: 7C, 91 and 4E. RGB value is (124,145,78). Sum of RGB (Red+Green+Blue) = 124+145+78=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 145 - color contains mainly: green. Hex color #7C914E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C914E is #836EB1. Grayscale: #838383. Windows color (decimal): -8613554 or 5149052. OLE color: 5149052.
HSL color Cylindrical-coordinate representation of color #7C914E: hue angle of 78.81º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C914E is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 145 | 78 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.43 |
| HSL | 78.81º | 0.3% | 0.44% | - |
| HSV(B) | 78.81º | 0.46% | 0.57% | - |
| XYZ | 19.81 | 25.09 | 11.01 | - |
| YUV | 131.08 | 98.04 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 145 | 78 | 0.14 | 0 | 0.46 | 0.43 | 78.81 | 0.3 | 0.44 |
| Hex | 7C | 91 | 4E | E | 0 | 2E | 2B | 4F | 1E | 2C |
| Octal | 174 | 221 | 116 | 16 | 0 | 56 | 53 | 117 | 36 | 54 |
| Binary | 1111100 | 10010001 | 1001110 | 1110 | 0 | 101110 | 101011 | 1001111 | 11110 | 101100 |
Color Harmonies of #7C914E
Complementary color
Monochromatic Colors of #7C914E
Black with #7C914E
Text Example
Text Example
White with #7C914E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C914E; }
p { color: rgb(124,145,78); }
H1.HeaderClassName
{
color: #7C914E;
}
.AnyTagClassName
{
color: #7C914E;
}
</style>
background-color css
<style>
a { background-color: #7C914E; }
a { background-color: rgb(124,145,78); }
div.DivClassName
{
background-color: #7C914E;
}
.BgClassName
{
background-color: #7C914E;
}
</style>
border-color css
<style>
span { border-color: #7C914E; }
span { border-color: rgb(124,145,78); }
td.TdClassName
{
border-color: #7C914E;
}
.TagClassName
{
border-color: #7C914E;
}
</style>