Shades of Highland #738F4D
Tints of Highland #738F4D
RGB
CMYK
RGB Variations
Color information
#738F4D (or 0x738F4D) is known color: Highland. HEX triplet: 73, 8F and 4D. RGB value is (115,143,77). Sum of RGB (Red+Green+Blue) = 115+143+77=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 143 - color contains mainly: green. Hex color #738F4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738F4D is #8C70B2. Grayscale: #7F7F7F. Windows color (decimal): -9203891 or 5082995. OLE color: 5082995.
HSL color Cylindrical-coordinate representation of color #738F4D: hue angle of 85.45º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #738F4D is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 143 | 77 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.44 |
| HSL | 85.45º | 0.3% | 0.43% | - |
| HSV(B) | 85.45º | 0.46% | 0.56% | - |
| XYZ | 18.23 | 23.83 | 10.66 | - |
| YUV | 127.1 | 99.72 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 143 | 77 | 0.20 | 0 | 0.46 | 0.44 | 85.45 | 0.3 | 0.43 |
| Hex | 73 | 8F | 4D | 14 | 0 | 2E | 2C | 55 | 1E | 2B |
| Octal | 163 | 217 | 115 | 24 | 0 | 56 | 54 | 125 | 36 | 53 |
| Binary | 1110011 | 10001111 | 1001101 | 10100 | 0 | 101110 | 101100 | 1010101 | 11110 | 101011 |
Color Harmonies of #738F4D
Complementary color
Monochromatic Colors of #738F4D
Black with #738F4D
Text Example
Text Example
White with #738F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738F4D; }
p { color: rgb(115,143,77); }
H1.HeaderClassName
{
color: #738F4D;
}
.AnyTagClassName
{
color: #738F4D;
}
</style>
background-color css
<style>
a { background-color: #738F4D; }
a { background-color: rgb(115,143,77); }
div.DivClassName
{
background-color: #738F4D;
}
.BgClassName
{
background-color: #738F4D;
}
</style>
border-color css
<style>
span { border-color: #738F4D; }
span { border-color: rgb(115,143,77); }
td.TdClassName
{
border-color: #738F4D;
}
.TagClassName
{
border-color: #738F4D;
}
</style>