Shades of Highland #76934E
Tints of Highland #76934E
RGB
CMYK
RGB Variations
Color information
#76934E (or 0x76934E) is known color: Highland. HEX triplet: 76, 93 and 4E. RGB value is (118,147,78). Sum of RGB (Red+Green+Blue) = 118+147+78=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 147 - color contains mainly: green. Hex color #76934E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76934E is #896CB1. Grayscale: #828282. Windows color (decimal): -9006258 or 5149558. OLE color: 5149558.
HSL color Cylindrical-coordinate representation of color #76934E: hue angle of 85.22º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76934E is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 147 | 78 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.42 |
| HSL | 85.22º | 0.31% | 0.44% | - |
| HSV(B) | 85.22º | 0.47% | 0.58% | - |
| XYZ | 19.28 | 25.27 | 11.07 | - |
| YUV | 130.46 | 98.39 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 147 | 78 | 0.20 | 0 | 0.47 | 0.42 | 85.22 | 0.31 | 0.44 |
| Hex | 76 | 93 | 4E | 14 | 0 | 2F | 2A | 55 | 1F | 2C |
| Octal | 166 | 223 | 116 | 24 | 0 | 57 | 52 | 125 | 37 | 54 |
| Binary | 1110110 | 10010011 | 1001110 | 10100 | 0 | 101111 | 101010 | 1010101 | 11111 | 101100 |
Color Harmonies of #76934E
Complementary color
Monochromatic Colors of #76934E
Black with #76934E
Text Example
Text Example
White with #76934E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76934E; }
p { color: rgb(118,147,78); }
H1.HeaderClassName
{
color: #76934E;
}
.AnyTagClassName
{
color: #76934E;
}
</style>
background-color css
<style>
a { background-color: #76934E; }
a { background-color: rgb(118,147,78); }
div.DivClassName
{
background-color: #76934E;
}
.BgClassName
{
background-color: #76934E;
}
</style>
border-color css
<style>
span { border-color: #76934E; }
span { border-color: rgb(118,147,78); }
td.TdClassName
{
border-color: #76934E;
}
.TagClassName
{
border-color: #76934E;
}
</style>