Shades of Juniper #709C96
Tints of Juniper #709C96
RGB
CMYK
RGB Variations
Color information
#709C96 (or 0x709C96) is known color: Juniper. HEX triplet: 70, 9C and 96. RGB value is (112,156,150). Sum of RGB (Red+Green+Blue) = 112+156+150=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 156 - color contains mainly: green. Hex color #709C96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709C96 is #8F6369. Grayscale: #8E8E8E. Windows color (decimal): -9397098 or 9870448. OLE color: 9870448.
HSL color Cylindrical-coordinate representation of color #709C96: hue angle of 171.82º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #709C96 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 156 | 150 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.39 |
| HSL | 171.82º | 0.18% | 0.53% | - |
| HSV(B) | 171.82º | 0.28% | 0.61% | - |
| XYZ | 24.08 | 29.42 | 33.26 | - |
| YUV | 142.16 | 132.42 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 156 | 150 | 0.28 | 0 | 0.04 | 0.39 | 171.82 | 0.18 | 0.53 |
| Hex | 70 | 9C | 96 | 1C | 0 | 4 | 27 | AC | 12 | 35 |
| Octal | 160 | 234 | 226 | 34 | 0 | 4 | 47 | 254 | 22 | 65 |
| Binary | 1110000 | 10011100 | 10010110 | 11100 | 0 | 100 | 100111 | 10101100 | 10010 | 110101 |
Color Harmonies of #709C96
Complementary color
Monochromatic Colors of #709C96
Black with #709C96
Text Example
Text Example
White with #709C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709C96; }
p { color: rgb(112,156,150); }
H1.HeaderClassName
{
color: #709C96;
}
.AnyTagClassName
{
color: #709C96;
}
</style>
background-color css
<style>
a { background-color: #709C96; }
a { background-color: rgb(112,156,150); }
div.DivClassName
{
background-color: #709C96;
}
.BgClassName
{
background-color: #709C96;
}
</style>
border-color css
<style>
span { border-color: #709C96; }
span { border-color: rgb(112,156,150); }
td.TdClassName
{
border-color: #709C96;
}
.TagClassName
{
border-color: #709C96;
}
</style>