Shades of Highland #7F925D
Tints of Highland #7F925D
RGB
CMYK
RGB Variations
Color information
#7F925D (or 0x7F925D) is known color: Highland. HEX triplet: 7F, 92 and 5D. RGB value is (127,146,93). Sum of RGB (Red+Green+Blue) = 127+146+93=366 (48% of max value = 765). Red value is 127 (50% from 255 or 34.70% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #7F925D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F925D is #806DA2. Grayscale: #868686. Windows color (decimal): -8416675 or 6132351. OLE color: 6132351.
HSL color Cylindrical-coordinate representation of color #7F925D: hue angle of 81.51º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7F925D is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 146 | 93 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.43 |
| HSL | 81.51º | 0.22% | 0.47% | - |
| HSV(B) | 81.51º | 0.36% | 0.57% | - |
| XYZ | 21.01 | 25.86 | 14.24 | - |
| YUV | 134.28 | 104.71 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 146 | 93 | 0.13 | 0 | 0.36 | 0.43 | 81.51 | 0.22 | 0.47 |
| Hex | 7F | 92 | 5D | D | 0 | 24 | 2B | 52 | 16 | 2F |
| Octal | 177 | 222 | 135 | 15 | 0 | 44 | 53 | 122 | 26 | 57 |
| Binary | 1111111 | 10010010 | 1011101 | 1101 | 0 | 100100 | 101011 | 1010010 | 10110 | 101111 |
Color Harmonies of #7F925D
Complementary color
Monochromatic Colors of #7F925D
Black with #7F925D
Text Example
Text Example
White with #7F925D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F925D; }
p { color: rgb(127,146,93); }
H1.HeaderClassName
{
color: #7F925D;
}
.AnyTagClassName
{
color: #7F925D;
}
</style>
background-color css
<style>
a { background-color: #7F925D; }
a { background-color: rgb(127,146,93); }
div.DivClassName
{
background-color: #7F925D;
}
.BgClassName
{
background-color: #7F925D;
}
</style>
border-color css
<style>
span { border-color: #7F925D; }
span { border-color: rgb(127,146,93); }
td.TdClassName
{
border-color: #7F925D;
}
.TagClassName
{
border-color: #7F925D;
}
</style>