Shades of Highland #7D9466
Tints of Highland #7D9466
RGB
CMYK
RGB Variations
Color information
#7D9466 (or 0x7D9466) is known color: Highland. HEX triplet: 7D, 94 and 66. RGB value is (125,148,102). Sum of RGB (Red+Green+Blue) = 125+148+102=375 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.33% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 148 - color contains mainly: green. Hex color #7D9466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9466 is #826B99. Grayscale: #888888. Windows color (decimal): -8547226 or 6722685. OLE color: 6722685.
HSL color Cylindrical-coordinate representation of color #7D9466: hue angle of 90º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D9466 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 148 | 102 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.42 |
| HSL | 90º | 0.18% | 0.49% | - |
| HSV(B) | 90º | 0.31% | 0.58% | - |
| XYZ | 21.45 | 26.5 | 16.55 | - |
| YUV | 135.88 | 108.88 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 148 | 102 | 0.16 | 0 | 0.31 | 0.42 | 90 | 0.18 | 0.49 |
| Hex | 7D | 94 | 66 | 10 | 0 | 1F | 2A | 5A | 12 | 31 |
| Octal | 175 | 224 | 146 | 20 | 0 | 37 | 52 | 132 | 22 | 61 |
| Binary | 1111101 | 10010100 | 1100110 | 10000 | 0 | 11111 | 101010 | 1011010 | 10010 | 110001 |
Color Harmonies of #7D9466
Complementary color
Monochromatic Colors of #7D9466
Black with #7D9466
Text Example
Text Example
White with #7D9466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9466; }
p { color: rgb(125,148,102); }
H1.HeaderClassName
{
color: #7D9466;
}
.AnyTagClassName
{
color: #7D9466;
}
</style>
background-color css
<style>
a { background-color: #7D9466; }
a { background-color: rgb(125,148,102); }
div.DivClassName
{
background-color: #7D9466;
}
.BgClassName
{
background-color: #7D9466;
}
</style>
border-color css
<style>
span { border-color: #7D9466; }
span { border-color: rgb(125,148,102); }
td.TdClassName
{
border-color: #7D9466;
}
.TagClassName
{
border-color: #7D9466;
}
</style>