Shades of Highland #709250
Tints of Highland #709250
RGB
CMYK
RGB Variations
Color information
#709250 (or 0x709250) is known color: Highland. HEX triplet: 70, 92 and 50. RGB value is (112,146,80). Sum of RGB (Red+Green+Blue) = 112+146+80=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 146 - color contains mainly: green. Hex color #709250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709250 is #8F6DAF. Grayscale: #808080. Windows color (decimal): -9399728 or 5280368. OLE color: 5280368.
HSL color Cylindrical-coordinate representation of color #709250: hue angle of 90.91º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #709250 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 146 | 80 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.43 |
| HSL | 90.91º | 0.29% | 0.44% | - |
| HSV(B) | 90.91º | 0.45% | 0.57% | - |
| XYZ | 18.41 | 24.58 | 11.36 | - |
| YUV | 128.31 | 100.74 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 146 | 80 | 0.23 | 0 | 0.45 | 0.43 | 90.91 | 0.29 | 0.44 |
| Hex | 70 | 92 | 50 | 17 | 0 | 2D | 2B | 5B | 1D | 2C |
| Octal | 160 | 222 | 120 | 27 | 0 | 55 | 53 | 133 | 35 | 54 |
| Binary | 1110000 | 10010010 | 1010000 | 10111 | 0 | 101101 | 101011 | 1011011 | 11101 | 101100 |
Color Harmonies of #709250
Complementary color
Monochromatic Colors of #709250
Black with #709250
Text Example
Text Example
White with #709250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709250; }
p { color: rgb(112,146,80); }
H1.HeaderClassName
{
color: #709250;
}
.AnyTagClassName
{
color: #709250;
}
</style>
background-color css
<style>
a { background-color: #709250; }
a { background-color: rgb(112,146,80); }
div.DivClassName
{
background-color: #709250;
}
.BgClassName
{
background-color: #709250;
}
</style>
border-color css
<style>
span { border-color: #709250; }
span { border-color: rgb(112,146,80); }
td.TdClassName
{
border-color: #709250;
}
.TagClassName
{
border-color: #709250;
}
</style>