Shades of Highland #739961
Tints of Highland #739961
RGB
CMYK
RGB Variations
Color information
#739961 (or 0x739961) is known color: Highland. HEX triplet: 73, 99 and 61. RGB value is (115,153,97). Sum of RGB (Red+Green+Blue) = 115+153+97=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 153 - color contains mainly: green. Hex color #739961 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739961 is #8C669E. Grayscale: #878787. Windows color (decimal): -9201311 or 6396275. OLE color: 6396275.
HSL color Cylindrical-coordinate representation of color #739961: hue angle of 100.71º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #739961 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 115 | 153 | 97 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.4 |
| HSL | 100.71º | 0.22% | 0.49% | - |
| HSV(B) | 100.71º | 0.37% | 0.6% | - |
| XYZ | 20.62 | 27.29 | 15.49 | - |
| YUV | 135.25 | 106.41 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 153 | 97 | 0.25 | 0 | 0.37 | 0.4 | 100.71 | 0.22 | 0.49 |
| Hex | 73 | 99 | 61 | 19 | 0 | 25 | 28 | 65 | 16 | 31 |
| Octal | 163 | 231 | 141 | 31 | 0 | 45 | 50 | 145 | 26 | 61 |
| Binary | 1110011 | 10011001 | 1100001 | 11001 | 0 | 100101 | 101000 | 1100101 | 10110 | 110001 |
Color Harmonies of #739961
Complementary color
Monochromatic Colors of #739961
Black with #739961
Text Example
Text Example
White with #739961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739961; }
p { color: rgb(115,153,97); }
H1.HeaderClassName
{
color: #739961;
}
.AnyTagClassName
{
color: #739961;
}
</style>
background-color css
<style>
a { background-color: #739961; }
a { background-color: rgb(115,153,97); }
div.DivClassName
{
background-color: #739961;
}
.BgClassName
{
background-color: #739961;
}
</style>
border-color css
<style>
span { border-color: #739961; }
span { border-color: rgb(115,153,97); }
td.TdClassName
{
border-color: #739961;
}
.TagClassName
{
border-color: #739961;
}
</style>