Shades of Juniper #709897
Tints of Juniper #709897
RGB
CMYK
RGB Variations
Color information
#709897 (or 0x709897) is known color: Juniper. HEX triplet: 70, 98 and 97. RGB value is (112,152,151). Sum of RGB (Red+Green+Blue) = 112+152+151=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 152 - color contains mainly: green. Hex color #709897 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709897 is #8F6768. Grayscale: #8B8B8B. Windows color (decimal): -9398121 or 9934960. OLE color: 9934960.
HSL color Cylindrical-coordinate representation of color #709897: hue angle of 178.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #709897 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 152 | 151 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.40 |
| HSL | 178.5º | 0.16% | 0.52% | - |
| HSV(B) | 178.5º | 0.26% | 0.6% | - |
| XYZ | 23.5 | 28.14 | 33.47 | - |
| YUV | 139.93 | 134.25 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 152 | 151 | 0.26 | 0 | 0.01 | 0.40 | 178.5 | 0.16 | 0.52 |
| Hex | 70 | 98 | 97 | 1A | 0 | 1 | 28 | B2 | 10 | 34 |
| Octal | 160 | 230 | 227 | 32 | 0 | 1 | 50 | 262 | 20 | 64 |
| Binary | 1110000 | 10011000 | 10010111 | 11010 | 0 | 1 | 101000 | 10110010 | 10000 | 110100 |
Color Harmonies of #709897
Complementary color
Monochromatic Colors of #709897
Black with #709897
Text Example
Text Example
White with #709897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709897; }
p { color: rgb(112,152,151); }
H1.HeaderClassName
{
color: #709897;
}
.AnyTagClassName
{
color: #709897;
}
</style>
background-color css
<style>
a { background-color: #709897; }
a { background-color: rgb(112,152,151); }
div.DivClassName
{
background-color: #709897;
}
.BgClassName
{
background-color: #709897;
}
</style>
border-color css
<style>
span { border-color: #709897; }
span { border-color: rgb(112,152,151); }
td.TdClassName
{
border-color: #709897;
}
.TagClassName
{
border-color: #709897;
}
</style>