Shades of Juniper #709C98
Tints of Juniper #709C98
RGB
CMYK
RGB Variations
Color information
#709C98 (or 0x709C98) is known color: Juniper. HEX triplet: 70, 9C and 98. RGB value is (112,156,152). Sum of RGB (Red+Green+Blue) = 112+156+152=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 156 - color contains mainly: green. Hex color #709C98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709C98 is #8F6367. Grayscale: #8E8E8E. Windows color (decimal): -9397096 or 10001520. OLE color: 10001520.
HSL color Cylindrical-coordinate representation of color #709C98: hue angle of 174.55º 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 #709C98 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 156 | 152 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.39 |
| HSL | 174.55º | 0.18% | 0.53% | - |
| HSV(B) | 174.55º | 0.28% | 0.61% | - |
| XYZ | 24.24 | 29.49 | 34.12 | - |
| YUV | 142.39 | 133.42 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 156 | 152 | 0.28 | 0 | 0.03 | 0.39 | 174.55 | 0.18 | 0.53 |
| Hex | 70 | 9C | 98 | 1C | 0 | 3 | 27 | AF | 12 | 35 |
| Octal | 160 | 234 | 230 | 34 | 0 | 3 | 47 | 257 | 22 | 65 |
| Binary | 1110000 | 10011100 | 10011000 | 11100 | 0 | 11 | 100111 | 10101111 | 10010 | 110101 |
Color Harmonies of #709C98
Complementary color
Monochromatic Colors of #709C98
Black with #709C98
Text Example
Text Example
White with #709C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709C98; }
p { color: rgb(112,156,152); }
H1.HeaderClassName
{
color: #709C98;
}
.AnyTagClassName
{
color: #709C98;
}
</style>
background-color css
<style>
a { background-color: #709C98; }
a { background-color: rgb(112,156,152); }
div.DivClassName
{
background-color: #709C98;
}
.BgClassName
{
background-color: #709C98;
}
</style>
border-color css
<style>
span { border-color: #709C98; }
span { border-color: rgb(112,156,152); }
td.TdClassName
{
border-color: #709C98;
}
.TagClassName
{
border-color: #709C98;
}
</style>