Shades of Highland #7F9263
Tints of Highland #7F9263
RGB
CMYK
RGB Variations
Color information
#7F9263 (or 0x7F9263) is known color: Highland. HEX triplet: 7F, 92 and 63. RGB value is (127,146,99). Sum of RGB (Red+Green+Blue) = 127+146+99=372 (49% of max value = 765). Red value is 127 (50% from 255 or 34.14% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 99 (39.06% from 255 or 26.61% from 372); Max value from RGB is 146 - color contains mainly: green. Hex color #7F9263 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9263 is #806D9C. Grayscale: #878787. Windows color (decimal): -8416669 or 6525567. OLE color: 6525567.
HSL color Cylindrical-coordinate representation of color #7F9263: hue angle of 84.26º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F9263 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 146 | 99 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.43 |
| HSL | 84.26º | 0.19% | 0.48% | - |
| HSV(B) | 84.26º | 0.32% | 0.57% | - |
| XYZ | 21.28 | 25.97 | 15.7 | - |
| YUV | 134.96 | 107.71 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 146 | 99 | 0.13 | 0 | 0.32 | 0.43 | 84.26 | 0.19 | 0.48 |
| Hex | 7F | 92 | 63 | D | 0 | 20 | 2B | 54 | 13 | 30 |
| Octal | 177 | 222 | 143 | 15 | 0 | 40 | 53 | 124 | 23 | 60 |
| Binary | 1111111 | 10010010 | 1100011 | 1101 | 0 | 100000 | 101011 | 1010100 | 10011 | 110000 |
Color Harmonies of #7F9263
Complementary color
Monochromatic Colors of #7F9263
Black with #7F9263
Text Example
Text Example
White with #7F9263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9263; }
p { color: rgb(127,146,99); }
H1.HeaderClassName
{
color: #7F9263;
}
.AnyTagClassName
{
color: #7F9263;
}
</style>
background-color css
<style>
a { background-color: #7F9263; }
a { background-color: rgb(127,146,99); }
div.DivClassName
{
background-color: #7F9263;
}
.BgClassName
{
background-color: #7F9263;
}
</style>
border-color css
<style>
span { border-color: #7F9263; }
span { border-color: rgb(127,146,99); }
td.TdClassName
{
border-color: #7F9263;
}
.TagClassName
{
border-color: #7F9263;
}
</style>