Shades of Highland #738E53
Tints of Highland #738E53
RGB
CMYK
RGB Variations
Color information
#738E53 (or 0x738E53) is known color: Highland. HEX triplet: 73, 8E and 53. RGB value is (115,142,83). Sum of RGB (Red+Green+Blue) = 115+142+83=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 142 (55.86% from 255 or 41.76% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 142 - color contains mainly: green. Hex color #738E53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738E53 is #8C71AC. Grayscale: #7F7F7F. Windows color (decimal): -9204141 or 5475955. OLE color: 5475955.
HSL color Cylindrical-coordinate representation of color #738E53: hue angle of 87.46º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #738E53 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 142 | 83 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.44 |
| HSL | 87.46º | 0.26% | 0.44% | - |
| HSV(B) | 87.46º | 0.42% | 0.56% | - |
| XYZ | 18.3 | 23.62 | 11.78 | - |
| YUV | 127.2 | 103.05 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 142 | 83 | 0.19 | 0 | 0.42 | 0.44 | 87.46 | 0.26 | 0.44 |
| Hex | 73 | 8E | 53 | 13 | 0 | 2A | 2C | 57 | 1A | 2C |
| Octal | 163 | 216 | 123 | 23 | 0 | 52 | 54 | 127 | 32 | 54 |
| Binary | 1110011 | 10001110 | 1010011 | 10011 | 0 | 101010 | 101100 | 1010111 | 11010 | 101100 |
Color Harmonies of #738E53
Complementary color
Monochromatic Colors of #738E53
Black with #738E53
Text Example
Text Example
White with #738E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738E53; }
p { color: rgb(115,142,83); }
H1.HeaderClassName
{
color: #738E53;
}
.AnyTagClassName
{
color: #738E53;
}
</style>
background-color css
<style>
a { background-color: #738E53; }
a { background-color: rgb(115,142,83); }
div.DivClassName
{
background-color: #738E53;
}
.BgClassName
{
background-color: #738E53;
}
</style>
border-color css
<style>
span { border-color: #738E53; }
span { border-color: rgb(115,142,83); }
td.TdClassName
{
border-color: #738E53;
}
.TagClassName
{
border-color: #738E53;
}
</style>