Shades of Highland #7D9053
Tints of Highland #7D9053
RGB
CMYK
RGB Variations
Color information
#7D9053 (or 0x7D9053) is known color: Highland. HEX triplet: 7D, 90 and 53. RGB value is (125,144,83). Sum of RGB (Red+Green+Blue) = 125+144+83=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 144 - color contains mainly: green. Hex color #7D9053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9053 is #826FAC. Grayscale: #838383. Windows color (decimal): -8548269 or 5476477. OLE color: 5476477.
HSL color Cylindrical-coordinate representation of color #7D9053: hue angle of 78.69º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D9053 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 125 | 144 | 83 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.44 |
| HSL | 78.69º | 0.27% | 0.45% | - |
| HSV(B) | 78.69º | 0.42% | 0.56% | - |
| XYZ | 19.99 | 24.93 | 11.94 | - |
| YUV | 131.37 | 100.71 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 144 | 83 | 0.13 | 0 | 0.42 | 0.44 | 78.69 | 0.27 | 0.45 |
| Hex | 7D | 90 | 53 | D | 0 | 2A | 2C | 4F | 1B | 2D |
| Octal | 175 | 220 | 123 | 15 | 0 | 52 | 54 | 117 | 33 | 55 |
| Binary | 1111101 | 10010000 | 1010011 | 1101 | 0 | 101010 | 101100 | 1001111 | 11011 | 101101 |
Color Harmonies of #7D9053
Complementary color
Monochromatic Colors of #7D9053
Black with #7D9053
Text Example
Text Example
White with #7D9053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9053; }
p { color: rgb(125,144,83); }
H1.HeaderClassName
{
color: #7D9053;
}
.AnyTagClassName
{
color: #7D9053;
}
</style>
background-color css
<style>
a { background-color: #7D9053; }
a { background-color: rgb(125,144,83); }
div.DivClassName
{
background-color: #7D9053;
}
.BgClassName
{
background-color: #7D9053;
}
</style>
border-color css
<style>
span { border-color: #7D9053; }
span { border-color: rgb(125,144,83); }
td.TdClassName
{
border-color: #7D9053;
}
.TagClassName
{
border-color: #7D9053;
}
</style>