Shades of Highland #7F8E5B
Tints of Highland #7F8E5B
RGB
CMYK
RGB Variations
Color information
#7F8E5B (or 0x7F8E5B) is known color: Highland. HEX triplet: 7F, 8E and 5B. RGB value is (127,142,91). Sum of RGB (Red+Green+Blue) = 127+142+91=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 142 (55.86% from 255 or 39.44% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 142 - color contains mainly: green. Hex color #7F8E5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8E5B is #8071A4. Grayscale: #838383. Windows color (decimal): -8417701 or 6000255. OLE color: 6000255.
HSL color Cylindrical-coordinate representation of color #7F8E5B: hue angle of 77.65º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7F8E5B is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 142 | 91 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.44 |
| HSL | 77.65º | 0.22% | 0.46% | - |
| HSV(B) | 77.65º | 0.36% | 0.56% | - |
| XYZ | 20.31 | 24.61 | 13.58 | - |
| YUV | 131.7 | 105.03 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 142 | 91 | 0.11 | 0 | 0.36 | 0.44 | 77.65 | 0.22 | 0.46 |
| Hex | 7F | 8E | 5B | B | 0 | 24 | 2C | 4E | 16 | 2E |
| Octal | 177 | 216 | 133 | 13 | 0 | 44 | 54 | 116 | 26 | 56 |
| Binary | 1111111 | 10001110 | 1011011 | 1011 | 0 | 100100 | 101100 | 1001110 | 10110 | 101110 |
Color Harmonies of #7F8E5B
Complementary color
Monochromatic Colors of #7F8E5B
Black with #7F8E5B
Text Example
Text Example
White with #7F8E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8E5B; }
p { color: rgb(127,142,91); }
H1.HeaderClassName
{
color: #7F8E5B;
}
.AnyTagClassName
{
color: #7F8E5B;
}
</style>
background-color css
<style>
a { background-color: #7F8E5B; }
a { background-color: rgb(127,142,91); }
div.DivClassName
{
background-color: #7F8E5B;
}
.BgClassName
{
background-color: #7F8E5B;
}
</style>
border-color css
<style>
span { border-color: #7F8E5B; }
span { border-color: rgb(127,142,91); }
td.TdClassName
{
border-color: #7F8E5B;
}
.TagClassName
{
border-color: #7F8E5B;
}
</style>