Shades of Highland #7F9253
Tints of Highland #7F9253
RGB
CMYK
RGB Variations
Color information
#7F9253 (or 0x7F9253) is known color: Highland. HEX triplet: 7F, 92 and 53. RGB value is (127,146,83). Sum of RGB (Red+Green+Blue) = 127+146+83=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 146 - color contains mainly: green. Hex color #7F9253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9253 is #806DAC. Grayscale: #858585. Windows color (decimal): -8416685 or 5476991. OLE color: 5476991.
HSL color Cylindrical-coordinate representation of color #7F9253: hue angle of 78.1º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F9253 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 146 | 83 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.43 |
| HSL | 78.1º | 0.28% | 0.45% | - |
| HSV(B) | 78.1º | 0.43% | 0.57% | - |
| XYZ | 20.59 | 25.69 | 12.06 | - |
| YUV | 133.14 | 99.71 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 146 | 83 | 0.13 | 0 | 0.43 | 0.43 | 78.1 | 0.28 | 0.45 |
| Hex | 7F | 92 | 53 | D | 0 | 2B | 2B | 4E | 1C | 2D |
| Octal | 177 | 222 | 123 | 15 | 0 | 53 | 53 | 116 | 34 | 55 |
| Binary | 1111111 | 10010010 | 1010011 | 1101 | 0 | 101011 | 101011 | 1001110 | 11100 | 101101 |
Color Harmonies of #7F9253
Complementary color
Monochromatic Colors of #7F9253
Black with #7F9253
Text Example
Text Example
White with #7F9253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9253; }
p { color: rgb(127,146,83); }
H1.HeaderClassName
{
color: #7F9253;
}
.AnyTagClassName
{
color: #7F9253;
}
</style>
background-color css
<style>
a { background-color: #7F9253; }
a { background-color: rgb(127,146,83); }
div.DivClassName
{
background-color: #7F9253;
}
.BgClassName
{
background-color: #7F9253;
}
</style>
border-color css
<style>
span { border-color: #7F9253; }
span { border-color: rgb(127,146,83); }
td.TdClassName
{
border-color: #7F9253;
}
.TagClassName
{
border-color: #7F9253;
}
</style>