Shades of Highland #7C924D
Tints of Highland #7C924D
RGB
CMYK
RGB Variations
Color information
#7C924D (or 0x7C924D) is known color: Highland. HEX triplet: 7C, 92 and 4D. RGB value is (124,146,77). Sum of RGB (Red+Green+Blue) = 124+146+77=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 146 - color contains mainly: green. Hex color #7C924D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C924D is #836DB2. Grayscale: #838383. Windows color (decimal): -8613299 or 5083772. OLE color: 5083772.
HSL color Cylindrical-coordinate representation of color #7C924D: hue angle of 79.13º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C924D is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 146 | 77 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.43 |
| HSL | 79.13º | 0.31% | 0.44% | - |
| HSV(B) | 79.13º | 0.47% | 0.57% | - |
| XYZ | 19.93 | 25.38 | 10.87 | - |
| YUV | 131.56 | 97.21 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 146 | 77 | 0.15 | 0 | 0.47 | 0.43 | 79.13 | 0.31 | 0.44 |
| Hex | 7C | 92 | 4D | F | 0 | 2F | 2B | 4F | 1F | 2C |
| Octal | 174 | 222 | 115 | 17 | 0 | 57 | 53 | 117 | 37 | 54 |
| Binary | 1111100 | 10010010 | 1001101 | 1111 | 0 | 101111 | 101011 | 1001111 | 11111 | 101100 |
Color Harmonies of #7C924D
Complementary color
Monochromatic Colors of #7C924D
Black with #7C924D
Text Example
Text Example
White with #7C924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C924D; }
p { color: rgb(124,146,77); }
H1.HeaderClassName
{
color: #7C924D;
}
.AnyTagClassName
{
color: #7C924D;
}
</style>
background-color css
<style>
a { background-color: #7C924D; }
a { background-color: rgb(124,146,77); }
div.DivClassName
{
background-color: #7C924D;
}
.BgClassName
{
background-color: #7C924D;
}
</style>
border-color css
<style>
span { border-color: #7C924D; }
span { border-color: rgb(124,146,77); }
td.TdClassName
{
border-color: #7C924D;
}
.TagClassName
{
border-color: #7C924D;
}
</style>