Shades of Highland #738C4A
Tints of Highland #738C4A
RGB
CMYK
RGB Variations
Color information
#738C4A (or 0x738C4A) is known color: Highland. HEX triplet: 73, 8C and 4A. RGB value is (115,140,74). Sum of RGB (Red+Green+Blue) = 115+140+74=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 140 - color contains mainly: green. Hex color #738C4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738C4A is #8C73B5. Grayscale: #7D7D7D. Windows color (decimal): -9204662 or 4885619. OLE color: 4885619.
HSL color Cylindrical-coordinate representation of color #738C4A: hue angle of 82.73º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #738C4A is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 140 | 74 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.45 |
| HSL | 82.73º | 0.31% | 0.42% | - |
| HSV(B) | 82.73º | 0.47% | 0.55% | - |
| XYZ | 17.68 | 22.9 | 9.97 | - |
| YUV | 125 | 99.22 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 140 | 74 | 0.18 | 0 | 0.47 | 0.45 | 82.73 | 0.31 | 0.42 |
| Hex | 73 | 8C | 4A | 12 | 0 | 2F | 2D | 53 | 1F | 2A |
| Octal | 163 | 214 | 112 | 22 | 0 | 57 | 55 | 123 | 37 | 52 |
| Binary | 1110011 | 10001100 | 1001010 | 10010 | 0 | 101111 | 101101 | 1010011 | 11111 | 101010 |
Color Harmonies of #738C4A
Complementary color
Monochromatic Colors of #738C4A
Black with #738C4A
Text Example
Text Example
White with #738C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738C4A; }
p { color: rgb(115,140,74); }
H1.HeaderClassName
{
color: #738C4A;
}
.AnyTagClassName
{
color: #738C4A;
}
</style>
background-color css
<style>
a { background-color: #738C4A; }
a { background-color: rgb(115,140,74); }
div.DivClassName
{
background-color: #738C4A;
}
.BgClassName
{
background-color: #738C4A;
}
</style>
border-color css
<style>
span { border-color: #738C4A; }
span { border-color: rgb(115,140,74); }
td.TdClassName
{
border-color: #738C4A;
}
.TagClassName
{
border-color: #738C4A;
}
</style>