Shades of Highland #73895F
Tints of Highland #73895F
RGB
CMYK
RGB Variations
Color information
#73895F (or 0x73895F) is known color: Highland. HEX triplet: 73, 89 and 5F. RGB value is (115,137,95). Sum of RGB (Red+Green+Blue) = 115+137+95=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 137 - color contains mainly: green. Hex color #73895F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73895F is #8C76A0. Grayscale: #7D7D7D. Windows color (decimal): -9205409 or 6261107. OLE color: 6261107.
HSL color Cylindrical-coordinate representation of color #73895F: hue angle of 91.43º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #73895F is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 137 | 95 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.46 |
| HSL | 91.43º | 0.18% | 0.45% | - |
| HSV(B) | 91.43º | 0.31% | 0.54% | - |
| XYZ | 18.08 | 22.36 | 14.19 | - |
| YUV | 125.63 | 110.71 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 137 | 95 | 0.16 | 0 | 0.31 | 0.46 | 91.43 | 0.18 | 0.45 |
| Hex | 73 | 89 | 5F | 10 | 0 | 1F | 2E | 5B | 12 | 2D |
| Octal | 163 | 211 | 137 | 20 | 0 | 37 | 56 | 133 | 22 | 55 |
| Binary | 1110011 | 10001001 | 1011111 | 10000 | 0 | 11111 | 101110 | 1011011 | 10010 | 101101 |
Color Harmonies of #73895F
Complementary color
Monochromatic Colors of #73895F
Black with #73895F
Text Example
Text Example
White with #73895F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73895F; }
p { color: rgb(115,137,95); }
H1.HeaderClassName
{
color: #73895F;
}
.AnyTagClassName
{
color: #73895F;
}
</style>
background-color css
<style>
a { background-color: #73895F; }
a { background-color: rgb(115,137,95); }
div.DivClassName
{
background-color: #73895F;
}
.BgClassName
{
background-color: #73895F;
}
</style>
border-color css
<style>
span { border-color: #73895F; }
span { border-color: rgb(115,137,95); }
td.TdClassName
{
border-color: #73895F;
}
.TagClassName
{
border-color: #73895F;
}
</style>