Shades of Highland #709153
Tints of Highland #709153
RGB
CMYK
RGB Variations
Color information
#709153 (or 0x709153) is known color: Highland. HEX triplet: 70, 91 and 53. RGB value is (112,145,83). Sum of RGB (Red+Green+Blue) = 112+145+83=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 145 - color contains mainly: green. Hex color #709153 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709153 is #8F6EAC. Grayscale: #808080. Windows color (decimal): -9399981 or 5476720. OLE color: 5476720.
HSL color Cylindrical-coordinate representation of color #709153: hue angle of 91.94º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #709153 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 145 | 83 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.43 |
| HSL | 91.94º | 0.27% | 0.45% | - |
| HSV(B) | 91.94º | 0.43% | 0.57% | - |
| XYZ | 18.37 | 24.32 | 11.91 | - |
| YUV | 128.07 | 102.57 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 145 | 83 | 0.23 | 0 | 0.43 | 0.43 | 91.94 | 0.27 | 0.45 |
| Hex | 70 | 91 | 53 | 17 | 0 | 2B | 2B | 5C | 1B | 2D |
| Octal | 160 | 221 | 123 | 27 | 0 | 53 | 53 | 134 | 33 | 55 |
| Binary | 1110000 | 10010001 | 1010011 | 10111 | 0 | 101011 | 101011 | 1011100 | 11011 | 101101 |
Color Harmonies of #709153
Complementary color
Monochromatic Colors of #709153
Black with #709153
Text Example
Text Example
White with #709153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709153; }
p { color: rgb(112,145,83); }
H1.HeaderClassName
{
color: #709153;
}
.AnyTagClassName
{
color: #709153;
}
</style>
background-color css
<style>
a { background-color: #709153; }
a { background-color: rgb(112,145,83); }
div.DivClassName
{
background-color: #709153;
}
.BgClassName
{
background-color: #709153;
}
</style>
border-color css
<style>
span { border-color: #709153; }
span { border-color: rgb(112,145,83); }
td.TdClassName
{
border-color: #709153;
}
.TagClassName
{
border-color: #709153;
}
</style>