Shades of Highland #7F9052
Tints of Highland #7F9052
RGB
CMYK
RGB Variations
Color information
#7F9052 (or 0x7F9052) is known color: Highland. HEX triplet: 7F, 90 and 52. RGB value is (127,144,82). Sum of RGB (Red+Green+Blue) = 127+144+82=353 (46% of max value = 765). Red value is 127 (50% from 255 or 35.98% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 144 - color contains mainly: green. Hex color #7F9052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9052 is #806FAD. Grayscale: #848484. Windows color (decimal): -8417198 or 5410943. OLE color: 5410943.
HSL color Cylindrical-coordinate representation of color #7F9052: hue angle of 76.45º 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 #7F9052 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 144 | 82 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.44 |
| HSL | 76.45º | 0.27% | 0.44% | - |
| HSV(B) | 76.45º | 0.43% | 0.56% | - |
| XYZ | 20.25 | 25.07 | 11.75 | - |
| YUV | 131.85 | 99.87 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 144 | 82 | 0.12 | 0 | 0.43 | 0.44 | 76.45 | 0.27 | 0.44 |
| Hex | 7F | 90 | 52 | C | 0 | 2B | 2C | 4C | 1B | 2C |
| Octal | 177 | 220 | 122 | 14 | 0 | 53 | 54 | 114 | 33 | 54 |
| Binary | 1111111 | 10010000 | 1010010 | 1100 | 0 | 101011 | 101100 | 1001100 | 11011 | 101100 |
Color Harmonies of #7F9052
Complementary color
Monochromatic Colors of #7F9052
Black with #7F9052
Text Example
Text Example
White with #7F9052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9052; }
p { color: rgb(127,144,82); }
H1.HeaderClassName
{
color: #7F9052;
}
.AnyTagClassName
{
color: #7F9052;
}
</style>
background-color css
<style>
a { background-color: #7F9052; }
a { background-color: rgb(127,144,82); }
div.DivClassName
{
background-color: #7F9052;
}
.BgClassName
{
background-color: #7F9052;
}
</style>
border-color css
<style>
span { border-color: #7F9052; }
span { border-color: rgb(127,144,82); }
td.TdClassName
{
border-color: #7F9052;
}
.TagClassName
{
border-color: #7F9052;
}
</style>