Shades of Highland #7D9B68
Tints of Highland #7D9B68
RGB
CMYK
RGB Variations
Color information
#7D9B68 (or 0x7D9B68) is known color: Highland. HEX triplet: 7D, 9B and 68. RGB value is (125,155,104). Sum of RGB (Red+Green+Blue) = 125+155+104=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 155 - color contains mainly: green. Hex color #7D9B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9B68 is #826497. Grayscale: #8C8C8C. Windows color (decimal): -8545432 or 6855549. OLE color: 6855549.
HSL color Cylindrical-coordinate representation of color #7D9B68: hue angle of 95.29º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7D9B68 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 125 | 155 | 104 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.39 |
| HSL | 95.29º | 0.2% | 0.51% | - |
| HSV(B) | 95.29º | 0.33% | 0.61% | - |
| XYZ | 22.68 | 28.8 | 17.46 | - |
| YUV | 140.22 | 107.56 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 155 | 104 | 0.19 | 0 | 0.33 | 0.39 | 95.29 | 0.2 | 0.51 |
| Hex | 7D | 9B | 68 | 13 | 0 | 21 | 27 | 5F | 14 | 33 |
| Octal | 175 | 233 | 150 | 23 | 0 | 41 | 47 | 137 | 24 | 63 |
| Binary | 1111101 | 10011011 | 1101000 | 10011 | 0 | 100001 | 100111 | 1011111 | 10100 | 110011 |
Color Harmonies of #7D9B68
Complementary color
Monochromatic Colors of #7D9B68
Black with #7D9B68
Text Example
Text Example
White with #7D9B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9B68; }
p { color: rgb(125,155,104); }
H1.HeaderClassName
{
color: #7D9B68;
}
.AnyTagClassName
{
color: #7D9B68;
}
</style>
background-color css
<style>
a { background-color: #7D9B68; }
a { background-color: rgb(125,155,104); }
div.DivClassName
{
background-color: #7D9B68;
}
.BgClassName
{
background-color: #7D9B68;
}
</style>
border-color css
<style>
span { border-color: #7D9B68; }
span { border-color: rgb(125,155,104); }
td.TdClassName
{
border-color: #7D9B68;
}
.TagClassName
{
border-color: #7D9B68;
}
</style>