Shades of Highland #7D9463
Tints of Highland #7D9463
RGB
CMYK
RGB Variations
Color information
#7D9463 (or 0x7D9463) is known color: Highland. HEX triplet: 7D, 94 and 63. RGB value is (125,148,99). Sum of RGB (Red+Green+Blue) = 125+148+99=372 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.60% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 99 (39.06% from 255 or 26.61% from 372); Max value from RGB is 148 - color contains mainly: green. Hex color #7D9463 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9463 is #826B9C. Grayscale: #878787. Windows color (decimal): -8547229 or 6526077. OLE color: 6526077.
HSL color Cylindrical-coordinate representation of color #7D9463: hue angle of 88.16º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7D9463 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 148 | 99 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.42 |
| HSL | 88.16º | 0.2% | 0.48% | - |
| HSV(B) | 88.16º | 0.33% | 0.58% | - |
| XYZ | 21.3 | 26.44 | 15.79 | - |
| YUV | 135.54 | 107.38 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 148 | 99 | 0.16 | 0 | 0.33 | 0.42 | 88.16 | 0.2 | 0.48 |
| Hex | 7D | 94 | 63 | 10 | 0 | 21 | 2A | 58 | 14 | 30 |
| Octal | 175 | 224 | 143 | 20 | 0 | 41 | 52 | 130 | 24 | 60 |
| Binary | 1111101 | 10010100 | 1100011 | 10000 | 0 | 100001 | 101010 | 1011000 | 10100 | 110000 |
Color Harmonies of #7D9463
Complementary color
Monochromatic Colors of #7D9463
Black with #7D9463
Text Example
Text Example
White with #7D9463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9463; }
p { color: rgb(125,148,99); }
H1.HeaderClassName
{
color: #7D9463;
}
.AnyTagClassName
{
color: #7D9463;
}
</style>
background-color css
<style>
a { background-color: #7D9463; }
a { background-color: rgb(125,148,99); }
div.DivClassName
{
background-color: #7D9463;
}
.BgClassName
{
background-color: #7D9463;
}
</style>
border-color css
<style>
span { border-color: #7D9463; }
span { border-color: rgb(125,148,99); }
td.TdClassName
{
border-color: #7D9463;
}
.TagClassName
{
border-color: #7D9463;
}
</style>