Shades of Highland #7D9058
Tints of Highland #7D9058
RGB
CMYK
RGB Variations
Color information
#7D9058 (or 0x7D9058) is known color: Highland. HEX triplet: 7D, 90 and 58. RGB value is (125,144,88). Sum of RGB (Red+Green+Blue) = 125+144+88=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 144 - color contains mainly: green. Hex color #7D9058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9058 is #826FA7. Grayscale: #848484. Windows color (decimal): -8548264 or 5804157. OLE color: 5804157.
HSL color Cylindrical-coordinate representation of color #7D9058: hue angle of 80.36º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D9058 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 125 | 144 | 88 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.44 |
| HSL | 80.36º | 0.24% | 0.45% | - |
| HSV(B) | 80.36º | 0.39% | 0.56% | - |
| XYZ | 20.19 | 25.01 | 13 | - |
| YUV | 131.94 | 103.21 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 144 | 88 | 0.13 | 0 | 0.39 | 0.44 | 80.36 | 0.24 | 0.45 |
| Hex | 7D | 90 | 58 | D | 0 | 27 | 2C | 50 | 18 | 2D |
| Octal | 175 | 220 | 130 | 15 | 0 | 47 | 54 | 120 | 30 | 55 |
| Binary | 1111101 | 10010000 | 1011000 | 1101 | 0 | 100111 | 101100 | 1010000 | 11000 | 101101 |
Color Harmonies of #7D9058
Complementary color
Monochromatic Colors of #7D9058
Black with #7D9058
Text Example
Text Example
White with #7D9058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9058; }
p { color: rgb(125,144,88); }
H1.HeaderClassName
{
color: #7D9058;
}
.AnyTagClassName
{
color: #7D9058;
}
</style>
background-color css
<style>
a { background-color: #7D9058; }
a { background-color: rgb(125,144,88); }
div.DivClassName
{
background-color: #7D9058;
}
.BgClassName
{
background-color: #7D9058;
}
</style>
border-color css
<style>
span { border-color: #7D9058; }
span { border-color: rgb(125,144,88); }
td.TdClassName
{
border-color: #7D9058;
}
.TagClassName
{
border-color: #7D9058;
}
</style>