Shades of Highland #73965D
Tints of Highland #73965D
RGB
CMYK
RGB Variations
Color information
#73965D (or 0x73965D) is known color: Highland. HEX triplet: 73, 96 and 5D. RGB value is (115,150,93). Sum of RGB (Red+Green+Blue) = 115+150+93=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 150 - color contains mainly: green. Hex color #73965D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73965D is #8C69A2. Grayscale: #858585. Windows color (decimal): -9202083 or 6133363. OLE color: 6133363.
HSL color Cylindrical-coordinate representation of color #73965D: hue angle of 96.84º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73965D is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 115 | 150 | 93 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.41 |
| HSL | 96.84º | 0.23% | 0.48% | - |
| HSV(B) | 96.84º | 0.38% | 0.59% | - |
| XYZ | 19.95 | 26.25 | 14.37 | - |
| YUV | 133.04 | 105.4 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 150 | 93 | 0.23 | 0 | 0.38 | 0.41 | 96.84 | 0.23 | 0.48 |
| Hex | 73 | 96 | 5D | 17 | 0 | 26 | 29 | 61 | 17 | 30 |
| Octal | 163 | 226 | 135 | 27 | 0 | 46 | 51 | 141 | 27 | 60 |
| Binary | 1110011 | 10010110 | 1011101 | 10111 | 0 | 100110 | 101001 | 1100001 | 10111 | 110000 |
Color Harmonies of #73965D
Complementary color
Monochromatic Colors of #73965D
Black with #73965D
Text Example
Text Example
White with #73965D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73965D; }
p { color: rgb(115,150,93); }
H1.HeaderClassName
{
color: #73965D;
}
.AnyTagClassName
{
color: #73965D;
}
</style>
background-color css
<style>
a { background-color: #73965D; }
a { background-color: rgb(115,150,93); }
div.DivClassName
{
background-color: #73965D;
}
.BgClassName
{
background-color: #73965D;
}
</style>
border-color css
<style>
span { border-color: #73965D; }
span { border-color: rgb(115,150,93); }
td.TdClassName
{
border-color: #73965D;
}
.TagClassName
{
border-color: #73965D;
}
</style>