Shades of Highland #7F955D
Tints of Highland #7F955D
RGB
CMYK
RGB Variations
Color information
#7F955D (or 0x7F955D) is known color: Highland. HEX triplet: 7F, 95 and 5D. RGB value is (127,149,93). Sum of RGB (Red+Green+Blue) = 127+149+93=369 (48% of max value = 765). Red value is 127 (50% from 255 or 34.42% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 149 - color contains mainly: green. Hex color #7F955D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F955D is #806AA2. Grayscale: #888888. Windows color (decimal): -8415907 or 6133119. OLE color: 6133119.
HSL color Cylindrical-coordinate representation of color #7F955D: hue angle of 83.57º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F955D is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 149 | 93 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.42 |
| HSL | 83.57º | 0.23% | 0.47% | - |
| HSV(B) | 83.57º | 0.38% | 0.58% | - |
| XYZ | 21.48 | 26.8 | 14.4 | - |
| YUV | 136.04 | 103.71 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 149 | 93 | 0.15 | 0 | 0.38 | 0.42 | 83.57 | 0.23 | 0.47 |
| Hex | 7F | 95 | 5D | F | 0 | 26 | 2A | 54 | 17 | 2F |
| Octal | 177 | 225 | 135 | 17 | 0 | 46 | 52 | 124 | 27 | 57 |
| Binary | 1111111 | 10010101 | 1011101 | 1111 | 0 | 100110 | 101010 | 1010100 | 10111 | 101111 |
Color Harmonies of #7F955D
Complementary color
Monochromatic Colors of #7F955D
Black with #7F955D
Text Example
Text Example
White with #7F955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F955D; }
p { color: rgb(127,149,93); }
H1.HeaderClassName
{
color: #7F955D;
}
.AnyTagClassName
{
color: #7F955D;
}
</style>
background-color css
<style>
a { background-color: #7F955D; }
a { background-color: rgb(127,149,93); }
div.DivClassName
{
background-color: #7F955D;
}
.BgClassName
{
background-color: #7F955D;
}
</style>
border-color css
<style>
span { border-color: #7F955D; }
span { border-color: rgb(127,149,93); }
td.TdClassName
{
border-color: #7F955D;
}
.TagClassName
{
border-color: #7F955D;
}
</style>