Shades of Highland #7F8F5A
Tints of Highland #7F8F5A
RGB
CMYK
RGB Variations
Color information
#7F8F5A (or 0x7F8F5A) is known color: Highland. HEX triplet: 7F, 8F and 5A. RGB value is (127,143,90). Sum of RGB (Red+Green+Blue) = 127+143+90=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 143 - color contains mainly: green. Hex color #7F8F5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8F5A is #8070A5. Grayscale: #848484. Windows color (decimal): -8417446 or 5934975. OLE color: 5934975.
HSL color Cylindrical-coordinate representation of color #7F8F5A: hue angle of 78.11º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F8F5A is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 143 | 90 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.44 |
| HSL | 78.11º | 0.23% | 0.46% | - |
| HSV(B) | 78.11º | 0.37% | 0.56% | - |
| XYZ | 20.42 | 24.9 | 13.4 | - |
| YUV | 132.17 | 104.2 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 143 | 90 | 0.11 | 0 | 0.37 | 0.44 | 78.11 | 0.23 | 0.46 |
| Hex | 7F | 8F | 5A | B | 0 | 25 | 2C | 4E | 17 | 2E |
| Octal | 177 | 217 | 132 | 13 | 0 | 45 | 54 | 116 | 27 | 56 |
| Binary | 1111111 | 10001111 | 1011010 | 1011 | 0 | 100101 | 101100 | 1001110 | 10111 | 101110 |
Color Harmonies of #7F8F5A
Complementary color
Monochromatic Colors of #7F8F5A
Black with #7F8F5A
Text Example
Text Example
White with #7F8F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8F5A; }
p { color: rgb(127,143,90); }
H1.HeaderClassName
{
color: #7F8F5A;
}
.AnyTagClassName
{
color: #7F8F5A;
}
</style>
background-color css
<style>
a { background-color: #7F8F5A; }
a { background-color: rgb(127,143,90); }
div.DivClassName
{
background-color: #7F8F5A;
}
.BgClassName
{
background-color: #7F8F5A;
}
</style>
border-color css
<style>
span { border-color: #7F8F5A; }
span { border-color: rgb(127,143,90); }
td.TdClassName
{
border-color: #7F8F5A;
}
.TagClassName
{
border-color: #7F8F5A;
}
</style>