Shades of Highland #76905E
Tints of Highland #76905E
RGB
CMYK
RGB Variations
Color information
#76905E (or 0x76905E) is known color: Highland. HEX triplet: 76, 90 and 5E. RGB value is (118,144,94). Sum of RGB (Red+Green+Blue) = 118+144+94=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 144 - color contains mainly: green. Hex color #76905E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76905E is #896FA1. Grayscale: #828282. Windows color (decimal): -9007010 or 6197366. OLE color: 6197366.
HSL color Cylindrical-coordinate representation of color #76905E: hue angle of 91.2º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76905E is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 144 | 94 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.44 |
| HSL | 91.2º | 0.21% | 0.47% | - |
| HSV(B) | 91.2º | 0.35% | 0.56% | - |
| XYZ | 19.46 | 24.61 | 14.31 | - |
| YUV | 130.53 | 107.39 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 144 | 94 | 0.18 | 0 | 0.35 | 0.44 | 91.2 | 0.21 | 0.47 |
| Hex | 76 | 90 | 5E | 12 | 0 | 23 | 2C | 5B | 15 | 2F |
| Octal | 166 | 220 | 136 | 22 | 0 | 43 | 54 | 133 | 25 | 57 |
| Binary | 1110110 | 10010000 | 1011110 | 10010 | 0 | 100011 | 101100 | 1011011 | 10101 | 101111 |
Color Harmonies of #76905E
Complementary color
Monochromatic Colors of #76905E
Black with #76905E
Text Example
Text Example
White with #76905E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76905E; }
p { color: rgb(118,144,94); }
H1.HeaderClassName
{
color: #76905E;
}
.AnyTagClassName
{
color: #76905E;
}
</style>
background-color css
<style>
a { background-color: #76905E; }
a { background-color: rgb(118,144,94); }
div.DivClassName
{
background-color: #76905E;
}
.BgClassName
{
background-color: #76905E;
}
</style>
border-color css
<style>
span { border-color: #76905E; }
span { border-color: rgb(118,144,94); }
td.TdClassName
{
border-color: #76905E;
}
.TagClassName
{
border-color: #76905E;
}
</style>