Shades of Highland #73955C
Tints of Highland #73955C
RGB
CMYK
RGB Variations
Color information
#73955C (or 0x73955C) is known color: Highland. HEX triplet: 73, 95 and 5C. RGB value is (115,149,92). Sum of RGB (Red+Green+Blue) = 115+149+92=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 149 - color contains mainly: green. Hex color #73955C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73955C is #8C6AA3. Grayscale: #848484. Windows color (decimal): -9202340 or 6067571. OLE color: 6067571.
HSL color Cylindrical-coordinate representation of color #73955C: hue angle of 95.79º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73955C is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 149 | 92 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.42 |
| HSL | 95.79º | 0.24% | 0.47% | - |
| HSV(B) | 95.79º | 0.38% | 0.58% | - |
| XYZ | 19.75 | 25.91 | 14.09 | - |
| YUV | 132.34 | 105.24 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 149 | 92 | 0.23 | 0 | 0.38 | 0.42 | 95.79 | 0.24 | 0.47 |
| Hex | 73 | 95 | 5C | 17 | 0 | 26 | 2A | 60 | 18 | 2F |
| Octal | 163 | 225 | 134 | 27 | 0 | 46 | 52 | 140 | 30 | 57 |
| Binary | 1110011 | 10010101 | 1011100 | 10111 | 0 | 100110 | 101010 | 1100000 | 11000 | 101111 |
Color Harmonies of #73955C
Complementary color
Monochromatic Colors of #73955C
Black with #73955C
Text Example
Text Example
White with #73955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73955C; }
p { color: rgb(115,149,92); }
H1.HeaderClassName
{
color: #73955C;
}
.AnyTagClassName
{
color: #73955C;
}
</style>
background-color css
<style>
a { background-color: #73955C; }
a { background-color: rgb(115,149,92); }
div.DivClassName
{
background-color: #73955C;
}
.BgClassName
{
background-color: #73955C;
}
</style>
border-color css
<style>
span { border-color: #73955C; }
span { border-color: rgb(115,149,92); }
td.TdClassName
{
border-color: #73955C;
}
.TagClassName
{
border-color: #73955C;
}
</style>