Shades of Juniper #709190
Tints of Juniper #709190
RGB
CMYK
RGB Variations
Color information
#709190 (or 0x709190) is known color: Juniper. HEX triplet: 70, 91 and 90. RGB value is (112,145,144). Sum of RGB (Red+Green+Blue) = 112+145+144=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 145 - color contains mainly: green. Hex color #709190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709190 is #8F6E6F. Grayscale: #868686. Windows color (decimal): -9399920 or 9474416. OLE color: 9474416.
HSL color Cylindrical-coordinate representation of color #709190: hue angle of 178.18º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #709190 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 145 | 144 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.43 |
| HSL | 178.18º | 0.13% | 0.5% | - |
| HSV(B) | 178.18º | 0.23% | 0.57% | - |
| XYZ | 21.84 | 25.71 | 30.2 | - |
| YUV | 135.02 | 133.07 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 145 | 144 | 0.23 | 0 | 0.01 | 0.43 | 178.18 | 0.13 | 0.5 |
| Hex | 70 | 91 | 90 | 17 | 0 | 1 | 2B | B2 | D | 32 |
| Octal | 160 | 221 | 220 | 27 | 0 | 1 | 53 | 262 | 15 | 62 |
| Binary | 1110000 | 10010001 | 10010000 | 10111 | 0 | 1 | 101011 | 10110010 | 1101 | 110010 |
Color Harmonies of #709190
Complementary color
Monochromatic Colors of #709190
Black with #709190
Text Example
Text Example
White with #709190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709190; }
p { color: rgb(112,145,144); }
H1.HeaderClassName
{
color: #709190;
}
.AnyTagClassName
{
color: #709190;
}
</style>
background-color css
<style>
a { background-color: #709190; }
a { background-color: rgb(112,145,144); }
div.DivClassName
{
background-color: #709190;
}
.BgClassName
{
background-color: #709190;
}
</style>
border-color css
<style>
span { border-color: #709190; }
span { border-color: rgb(112,145,144); }
td.TdClassName
{
border-color: #709190;
}
.TagClassName
{
border-color: #709190;
}
</style>