Shades of Highland #73965F
Tints of Highland #73965F
RGB
CMYK
RGB Variations
Color information
#73965F (or 0x73965F) is known color: Highland. HEX triplet: 73, 96 and 5F. RGB value is (115,150,95). Sum of RGB (Red+Green+Blue) = 115+150+95=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 150 - color contains mainly: green. Hex color #73965F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73965F is #8C69A0. Grayscale: #858585. Windows color (decimal): -9202081 or 6264435. OLE color: 6264435.
HSL color Cylindrical-coordinate representation of color #73965F: hue angle of 98.18º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #73965F is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 115 | 150 | 95 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.41 |
| HSL | 98.18º | 0.22% | 0.48% | - |
| HSV(B) | 98.18º | 0.37% | 0.59% | - |
| XYZ | 20.04 | 26.28 | 14.84 | - |
| YUV | 133.27 | 106.4 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 150 | 95 | 0.23 | 0 | 0.37 | 0.41 | 98.18 | 0.22 | 0.48 |
| Hex | 73 | 96 | 5F | 17 | 0 | 25 | 29 | 62 | 16 | 30 |
| Octal | 163 | 226 | 137 | 27 | 0 | 45 | 51 | 142 | 26 | 60 |
| Binary | 1110011 | 10010110 | 1011111 | 10111 | 0 | 100101 | 101001 | 1100010 | 10110 | 110000 |
Color Harmonies of #73965F
Complementary color
Monochromatic Colors of #73965F
Black with #73965F
Text Example
Text Example
White with #73965F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73965F; }
p { color: rgb(115,150,95); }
H1.HeaderClassName
{
color: #73965F;
}
.AnyTagClassName
{
color: #73965F;
}
</style>
background-color css
<style>
a { background-color: #73965F; }
a { background-color: rgb(115,150,95); }
div.DivClassName
{
background-color: #73965F;
}
.BgClassName
{
background-color: #73965F;
}
</style>
border-color css
<style>
span { border-color: #73965F; }
span { border-color: rgb(115,150,95); }
td.TdClassName
{
border-color: #73965F;
}
.TagClassName
{
border-color: #73965F;
}
</style>