Shades of Highland #738A56
Tints of Highland #738A56
RGB
CMYK
RGB Variations
Color information
#738A56 (or 0x738A56) is known color: Highland. HEX triplet: 73, 8A and 56. RGB value is (115,138,86). Sum of RGB (Red+Green+Blue) = 115+138+86=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 138 - color contains mainly: green. Hex color #738A56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738A56 is #8C75A9. Grayscale: #7D7D7D. Windows color (decimal): -9205162 or 5671539. OLE color: 5671539.
HSL color Cylindrical-coordinate representation of color #738A56: hue angle of 86.54º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #738A56 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 138 | 86 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.46 |
| HSL | 86.54º | 0.23% | 0.44% | - |
| HSV(B) | 86.54º | 0.38% | 0.54% | - |
| XYZ | 17.84 | 22.49 | 12.21 | - |
| YUV | 125.2 | 105.88 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 138 | 86 | 0.17 | 0 | 0.38 | 0.46 | 86.54 | 0.23 | 0.44 |
| Hex | 73 | 8A | 56 | 11 | 0 | 26 | 2E | 57 | 17 | 2C |
| Octal | 163 | 212 | 126 | 21 | 0 | 46 | 56 | 127 | 27 | 54 |
| Binary | 1110011 | 10001010 | 1010110 | 10001 | 0 | 100110 | 101110 | 1010111 | 10111 | 101100 |
Color Harmonies of #738A56
Complementary color
Monochromatic Colors of #738A56
Black with #738A56
Text Example
Text Example
White with #738A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738A56; }
p { color: rgb(115,138,86); }
H1.HeaderClassName
{
color: #738A56;
}
.AnyTagClassName
{
color: #738A56;
}
</style>
background-color css
<style>
a { background-color: #738A56; }
a { background-color: rgb(115,138,86); }
div.DivClassName
{
background-color: #738A56;
}
.BgClassName
{
background-color: #738A56;
}
</style>
border-color css
<style>
span { border-color: #738A56; }
span { border-color: rgb(115,138,86); }
td.TdClassName
{
border-color: #738A56;
}
.TagClassName
{
border-color: #738A56;
}
</style>