Shades of Juniper #709F99
Tints of Juniper #709F99
RGB
CMYK
RGB Variations
Color information
#709F99 (or 0x709F99) is known color: Juniper. HEX triplet: 70, 9F and 99. RGB value is (112,159,153). Sum of RGB (Red+Green+Blue) = 112+159+153=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 159 - color contains mainly: green. Hex color #709F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709F99 is #8F6066. Grayscale: #909090. Windows color (decimal): -9396327 or 10067824. OLE color: 10067824.
HSL color Cylindrical-coordinate representation of color #709F99: hue angle of 172.34º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #709F99 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 159 | 153 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.38 |
| HSL | 172.34º | 0.2% | 0.53% | - |
| HSV(B) | 172.34º | 0.3% | 0.62% | - |
| XYZ | 24.83 | 30.54 | 34.72 | - |
| YUV | 144.26 | 132.93 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 159 | 153 | 0.30 | 0 | 0.04 | 0.38 | 172.34 | 0.2 | 0.53 |
| Hex | 70 | 9F | 99 | 1E | 0 | 4 | 26 | AC | 14 | 35 |
| Octal | 160 | 237 | 231 | 36 | 0 | 4 | 46 | 254 | 24 | 65 |
| Binary | 1110000 | 10011111 | 10011001 | 11110 | 0 | 100 | 100110 | 10101100 | 10100 | 110101 |
Color Harmonies of #709F99
Complementary color
Monochromatic Colors of #709F99
Black with #709F99
Text Example
Text Example
White with #709F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709F99; }
p { color: rgb(112,159,153); }
H1.HeaderClassName
{
color: #709F99;
}
.AnyTagClassName
{
color: #709F99;
}
</style>
background-color css
<style>
a { background-color: #709F99; }
a { background-color: rgb(112,159,153); }
div.DivClassName
{
background-color: #709F99;
}
.BgClassName
{
background-color: #709F99;
}
</style>
border-color css
<style>
span { border-color: #709F99; }
span { border-color: rgb(112,159,153); }
td.TdClassName
{
border-color: #709F99;
}
.TagClassName
{
border-color: #709F99;
}
</style>