Shades of Highland #7F995D
Tints of Highland #7F995D
RGB
CMYK
RGB Variations
Color information
#7F995D (or 0x7F995D) is known color: Highland. HEX triplet: 7F, 99 and 5D. RGB value is (127,153,93). Sum of RGB (Red+Green+Blue) = 127+153+93=373 (49% of max value = 765). Red value is 127 (50% from 255 or 34.05% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #7F995D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F995D is #8066A2. Grayscale: #8A8A8A. Windows color (decimal): -8414883 or 6134143. OLE color: 6134143.
HSL color Cylindrical-coordinate representation of color #7F995D: hue angle of 86º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F995D is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 153 | 93 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.4 |
| HSL | 86º | 0.24% | 0.48% | - |
| HSV(B) | 86º | 0.39% | 0.6% | - |
| XYZ | 22.12 | 28.08 | 14.61 | - |
| YUV | 138.39 | 102.39 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 153 | 93 | 0.17 | 0 | 0.39 | 0.4 | 86 | 0.24 | 0.48 |
| Hex | 7F | 99 | 5D | 11 | 0 | 27 | 28 | 56 | 18 | 30 |
| Octal | 177 | 231 | 135 | 21 | 0 | 47 | 50 | 126 | 30 | 60 |
| Binary | 1111111 | 10011001 | 1011101 | 10001 | 0 | 100111 | 101000 | 1010110 | 11000 | 110000 |
Color Harmonies of #7F995D
Complementary color
Monochromatic Colors of #7F995D
Black with #7F995D
Text Example
Text Example
White with #7F995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F995D; }
p { color: rgb(127,153,93); }
H1.HeaderClassName
{
color: #7F995D;
}
.AnyTagClassName
{
color: #7F995D;
}
</style>
background-color css
<style>
a { background-color: #7F995D; }
a { background-color: rgb(127,153,93); }
div.DivClassName
{
background-color: #7F995D;
}
.BgClassName
{
background-color: #7F995D;
}
</style>
border-color css
<style>
span { border-color: #7F995D; }
span { border-color: rgb(127,153,93); }
td.TdClassName
{
border-color: #7F995D;
}
.TagClassName
{
border-color: #7F995D;
}
</style>