Shades of Juniper #709D95
Tints of Juniper #709D95
RGB
CMYK
RGB Variations
Color information
#709D95 (or 0x709D95) is known color: Juniper. HEX triplet: 70, 9D and 95. RGB value is (112,157,149). Sum of RGB (Red+Green+Blue) = 112+157+149=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 157 - color contains mainly: green. Hex color #709D95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709D95 is #8F626A. Grayscale: #8E8E8E. Windows color (decimal): -9396843 or 9805168. OLE color: 9805168.
HSL color Cylindrical-coordinate representation of color #709D95: hue angle of 169.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #709D95 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 157 | 149 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.38 |
| HSL | 169.33º | 0.19% | 0.53% | - |
| HSV(B) | 169.33º | 0.29% | 0.62% | - |
| XYZ | 24.16 | 29.73 | 32.9 | - |
| YUV | 142.63 | 131.59 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 157 | 149 | 0.29 | 0 | 0.05 | 0.38 | 169.33 | 0.19 | 0.53 |
| Hex | 70 | 9D | 95 | 1D | 0 | 5 | 26 | A9 | 13 | 35 |
| Octal | 160 | 235 | 225 | 35 | 0 | 5 | 46 | 251 | 23 | 65 |
| Binary | 1110000 | 10011101 | 10010101 | 11101 | 0 | 101 | 100110 | 10101001 | 10011 | 110101 |
Color Harmonies of #709D95
Complementary color
Monochromatic Colors of #709D95
Black with #709D95
Text Example
Text Example
White with #709D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709D95; }
p { color: rgb(112,157,149); }
H1.HeaderClassName
{
color: #709D95;
}
.AnyTagClassName
{
color: #709D95;
}
</style>
background-color css
<style>
a { background-color: #709D95; }
a { background-color: rgb(112,157,149); }
div.DivClassName
{
background-color: #709D95;
}
.BgClassName
{
background-color: #709D95;
}
</style>
border-color css
<style>
span { border-color: #709D95; }
span { border-color: rgb(112,157,149); }
td.TdClassName
{
border-color: #709D95;
}
.TagClassName
{
border-color: #709D95;
}
</style>