Shades of Highland #7D9251
Tints of Highland #7D9251
RGB
CMYK
RGB Variations
Color information
#7D9251 (or 0x7D9251) is known color: Highland. HEX triplet: 7D, 92 and 51. RGB value is (125,146,81). Sum of RGB (Red+Green+Blue) = 125+146+81=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 146 - color contains mainly: green. Hex color #7D9251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9251 is #826DAE. Grayscale: #848484. Windows color (decimal): -8547759 or 5345917. OLE color: 5345917.
HSL color Cylindrical-coordinate representation of color #7D9251: hue angle of 79.38º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7D9251 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 146 | 81 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.43 |
| HSL | 79.38º | 0.29% | 0.45% | - |
| HSV(B) | 79.38º | 0.45% | 0.57% | - |
| XYZ | 20.22 | 25.51 | 11.64 | - |
| YUV | 132.31 | 99.04 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 146 | 81 | 0.14 | 0 | 0.45 | 0.43 | 79.38 | 0.29 | 0.45 |
| Hex | 7D | 92 | 51 | E | 0 | 2D | 2B | 4F | 1D | 2D |
| Octal | 175 | 222 | 121 | 16 | 0 | 55 | 53 | 117 | 35 | 55 |
| Binary | 1111101 | 10010010 | 1010001 | 1110 | 0 | 101101 | 101011 | 1001111 | 11101 | 101101 |
Color Harmonies of #7D9251
Complementary color
Monochromatic Colors of #7D9251
Black with #7D9251
Text Example
Text Example
White with #7D9251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9251; }
p { color: rgb(125,146,81); }
H1.HeaderClassName
{
color: #7D9251;
}
.AnyTagClassName
{
color: #7D9251;
}
</style>
background-color css
<style>
a { background-color: #7D9251; }
a { background-color: rgb(125,146,81); }
div.DivClassName
{
background-color: #7D9251;
}
.BgClassName
{
background-color: #7D9251;
}
</style>
border-color css
<style>
span { border-color: #7D9251; }
span { border-color: rgb(125,146,81); }
td.TdClassName
{
border-color: #7D9251;
}
.TagClassName
{
border-color: #7D9251;
}
</style>