Shades of Highland #7C9052
Tints of Highland #7C9052
RGB
CMYK
RGB Variations
Color information
#7C9052 (or 0x7C9052) is known color: Highland. HEX triplet: 7C, 90 and 52. RGB value is (124,144,82). Sum of RGB (Red+Green+Blue) = 124+144+82=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 144 - color contains mainly: green. Hex color #7C9052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9052 is #836FAD. Grayscale: #838383. Windows color (decimal): -8613806 or 5410940. OLE color: 5410940.
HSL color Cylindrical-coordinate representation of color #7C9052: hue angle of 79.35º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C9052 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 144 | 82 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.44 |
| HSL | 79.35º | 0.27% | 0.44% | - |
| HSV(B) | 79.35º | 0.43% | 0.56% | - |
| XYZ | 19.81 | 24.84 | 11.73 | - |
| YUV | 130.95 | 100.37 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 144 | 82 | 0.14 | 0 | 0.43 | 0.44 | 79.35 | 0.27 | 0.44 |
| Hex | 7C | 90 | 52 | E | 0 | 2B | 2C | 4F | 1B | 2C |
| Octal | 174 | 220 | 122 | 16 | 0 | 53 | 54 | 117 | 33 | 54 |
| Binary | 1111100 | 10010000 | 1010010 | 1110 | 0 | 101011 | 101100 | 1001111 | 11011 | 101100 |
Color Harmonies of #7C9052
Complementary color
Monochromatic Colors of #7C9052
Black with #7C9052
Text Example
Text Example
White with #7C9052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9052; }
p { color: rgb(124,144,82); }
H1.HeaderClassName
{
color: #7C9052;
}
.AnyTagClassName
{
color: #7C9052;
}
</style>
background-color css
<style>
a { background-color: #7C9052; }
a { background-color: rgb(124,144,82); }
div.DivClassName
{
background-color: #7C9052;
}
.BgClassName
{
background-color: #7C9052;
}
</style>
border-color css
<style>
span { border-color: #7C9052; }
span { border-color: rgb(124,144,82); }
td.TdClassName
{
border-color: #7C9052;
}
.TagClassName
{
border-color: #7C9052;
}
</style>