Shades of Highland #709253
Tints of Highland #709253
RGB
CMYK
RGB Variations
Color information
#709253 (or 0x709253) is known color: Highland. HEX triplet: 70, 92 and 53. RGB value is (112,146,83). Sum of RGB (Red+Green+Blue) = 112+146+83=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 146 - color contains mainly: green. Hex color #709253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709253 is #8F6DAC. Grayscale: #808080. Windows color (decimal): -9399725 or 5476976. OLE color: 5476976.
HSL color Cylindrical-coordinate representation of color #709253: hue angle of 92.38º degrees, saturation: 0.28, 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 #709253 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 146 | 83 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.43 |
| HSL | 92.38º | 0.28% | 0.45% | - |
| HSV(B) | 92.38º | 0.43% | 0.57% | - |
| XYZ | 18.52 | 24.63 | 11.96 | - |
| YUV | 128.65 | 102.24 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 146 | 83 | 0.23 | 0 | 0.43 | 0.43 | 92.38 | 0.28 | 0.45 |
| Hex | 70 | 92 | 53 | 17 | 0 | 2B | 2B | 5C | 1C | 2D |
| Octal | 160 | 222 | 123 | 27 | 0 | 53 | 53 | 134 | 34 | 55 |
| Binary | 1110000 | 10010010 | 1010011 | 10111 | 0 | 101011 | 101011 | 1011100 | 11100 | 101101 |
Color Harmonies of #709253
Complementary color
Monochromatic Colors of #709253
Black with #709253
Text Example
Text Example
White with #709253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709253; }
p { color: rgb(112,146,83); }
H1.HeaderClassName
{
color: #709253;
}
.AnyTagClassName
{
color: #709253;
}
</style>
background-color css
<style>
a { background-color: #709253; }
a { background-color: rgb(112,146,83); }
div.DivClassName
{
background-color: #709253;
}
.BgClassName
{
background-color: #709253;
}
</style>
border-color css
<style>
span { border-color: #709253; }
span { border-color: rgb(112,146,83); }
td.TdClassName
{
border-color: #709253;
}
.TagClassName
{
border-color: #709253;
}
</style>