Shades of Highland #7D9461
Tints of Highland #7D9461
RGB
CMYK
RGB Variations
Color information
#7D9461 (or 0x7D9461) is known color: Highland. HEX triplet: 7D, 94 and 61. RGB value is (125,148,97). Sum of RGB (Red+Green+Blue) = 125+148+97=370 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.78% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 148 - color contains mainly: green. Hex color #7D9461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9461 is #826B9E. Grayscale: #878787. Windows color (decimal): -8547231 or 6395005. OLE color: 6395005.
HSL color Cylindrical-coordinate representation of color #7D9461: hue angle of 87.06º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D9461 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 148 | 97 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.42 |
| HSL | 87.06º | 0.21% | 0.48% | - |
| HSV(B) | 87.06º | 0.34% | 0.58% | - |
| XYZ | 21.21 | 26.4 | 15.29 | - |
| YUV | 135.31 | 106.38 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 148 | 97 | 0.16 | 0 | 0.34 | 0.42 | 87.06 | 0.21 | 0.48 |
| Hex | 7D | 94 | 61 | 10 | 0 | 22 | 2A | 57 | 15 | 30 |
| Octal | 175 | 224 | 141 | 20 | 0 | 42 | 52 | 127 | 25 | 60 |
| Binary | 1111101 | 10010100 | 1100001 | 10000 | 0 | 100010 | 101010 | 1010111 | 10101 | 110000 |
Color Harmonies of #7D9461
Complementary color
Monochromatic Colors of #7D9461
Black with #7D9461
Text Example
Text Example
White with #7D9461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9461; }
p { color: rgb(125,148,97); }
H1.HeaderClassName
{
color: #7D9461;
}
.AnyTagClassName
{
color: #7D9461;
}
</style>
background-color css
<style>
a { background-color: #7D9461; }
a { background-color: rgb(125,148,97); }
div.DivClassName
{
background-color: #7D9461;
}
.BgClassName
{
background-color: #7D9461;
}
</style>
border-color css
<style>
span { border-color: #7D9461; }
span { border-color: rgb(125,148,97); }
td.TdClassName
{
border-color: #7D9461;
}
.TagClassName
{
border-color: #7D9461;
}
</style>