Shades of Juniper #709B96
Tints of Juniper #709B96
RGB
CMYK
RGB Variations
Color information
#709B96 (or 0x709B96) is known color: Juniper. HEX triplet: 70, 9B and 96. RGB value is (112,155,150). Sum of RGB (Red+Green+Blue) = 112+155+150=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 155 - color contains mainly: green. Hex color #709B96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709B96 is #8F6469. Grayscale: #8D8D8D. Windows color (decimal): -9397354 or 9870192. OLE color: 9870192.
HSL color Cylindrical-coordinate representation of color #709B96: hue angle of 173.02º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #709B96 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 155 | 150 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.39 |
| HSL | 173.02º | 0.18% | 0.52% | - |
| HSV(B) | 173.02º | 0.28% | 0.61% | - |
| XYZ | 23.91 | 29.09 | 33.21 | - |
| YUV | 141.57 | 132.75 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 155 | 150 | 0.28 | 0 | 0.03 | 0.39 | 173.02 | 0.18 | 0.52 |
| Hex | 70 | 9B | 96 | 1C | 0 | 3 | 27 | AD | 12 | 34 |
| Octal | 160 | 233 | 226 | 34 | 0 | 3 | 47 | 255 | 22 | 64 |
| Binary | 1110000 | 10011011 | 10010110 | 11100 | 0 | 11 | 100111 | 10101101 | 10010 | 110100 |
Color Harmonies of #709B96
Complementary color
Monochromatic Colors of #709B96
Black with #709B96
Text Example
Text Example
White with #709B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709B96; }
p { color: rgb(112,155,150); }
H1.HeaderClassName
{
color: #709B96;
}
.AnyTagClassName
{
color: #709B96;
}
</style>
background-color css
<style>
a { background-color: #709B96; }
a { background-color: rgb(112,155,150); }
div.DivClassName
{
background-color: #709B96;
}
.BgClassName
{
background-color: #709B96;
}
</style>
border-color css
<style>
span { border-color: #709B96; }
span { border-color: rgb(112,155,150); }
td.TdClassName
{
border-color: #709B96;
}
.TagClassName
{
border-color: #709B96;
}
</style>