Shades of Highland #7D9150
Tints of Highland #7D9150
RGB
CMYK
RGB Variations
Color information
#7D9150 (or 0x7D9150) is known color: Highland. HEX triplet: 7D, 91 and 50. RGB value is (125,145,80). Sum of RGB (Red+Green+Blue) = 125+145+80=350 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.71% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 145 - color contains mainly: green. Hex color #7D9150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9150 is #826EAF. Grayscale: #838383. Windows color (decimal): -8548016 or 5280125. OLE color: 5280125.
HSL color Cylindrical-coordinate representation of color #7D9150: hue angle of 78.46º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7D9150 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 145 | 80 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.43 |
| HSL | 78.46º | 0.29% | 0.44% | - |
| HSV(B) | 78.46º | 0.45% | 0.57% | - |
| XYZ | 20.03 | 25.19 | 11.4 | - |
| YUV | 131.61 | 98.87 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 145 | 80 | 0.14 | 0 | 0.45 | 0.43 | 78.46 | 0.29 | 0.44 |
| Hex | 7D | 91 | 50 | E | 0 | 2D | 2B | 4E | 1D | 2C |
| Octal | 175 | 221 | 120 | 16 | 0 | 55 | 53 | 116 | 35 | 54 |
| Binary | 1111101 | 10010001 | 1010000 | 1110 | 0 | 101101 | 101011 | 1001110 | 11101 | 101100 |
Color Harmonies of #7D9150
Complementary color
Monochromatic Colors of #7D9150
Black with #7D9150
Text Example
Text Example
White with #7D9150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9150; }
p { color: rgb(125,145,80); }
H1.HeaderClassName
{
color: #7D9150;
}
.AnyTagClassName
{
color: #7D9150;
}
</style>
background-color css
<style>
a { background-color: #7D9150; }
a { background-color: rgb(125,145,80); }
div.DivClassName
{
background-color: #7D9150;
}
.BgClassName
{
background-color: #7D9150;
}
</style>
border-color css
<style>
span { border-color: #7D9150; }
span { border-color: rgb(125,145,80); }
td.TdClassName
{
border-color: #7D9150;
}
.TagClassName
{
border-color: #7D9150;
}
</style>