Shades of Juniper #709490
Tints of Juniper #709490
RGB
CMYK
RGB Variations
Color information
#709490 (or 0x709490) is known color: Juniper. HEX triplet: 70, 94 and 90. RGB value is (112,148,144). Sum of RGB (Red+Green+Blue) = 112+148+144=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 148 - color contains mainly: green. Hex color #709490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709490 is #8F6B6F. Grayscale: #888888. Windows color (decimal): -9399152 or 9475184. OLE color: 9475184.
HSL color Cylindrical-coordinate representation of color #709490: hue angle of 173.33º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #709490 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 148 | 144 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.42 |
| HSL | 173.33º | 0.14% | 0.51% | - |
| HSV(B) | 173.33º | 0.24% | 0.58% | - |
| XYZ | 22.31 | 26.64 | 30.35 | - |
| YUV | 136.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 148 | 144 | 0.24 | 0 | 0.03 | 0.42 | 173.33 | 0.14 | 0.51 |
| Hex | 70 | 94 | 90 | 18 | 0 | 3 | 2A | AD | E | 33 |
| Octal | 160 | 224 | 220 | 30 | 0 | 3 | 52 | 255 | 16 | 63 |
| Binary | 1110000 | 10010100 | 10010000 | 11000 | 0 | 11 | 101010 | 10101101 | 1110 | 110011 |
Color Harmonies of #709490
Complementary color
Monochromatic Colors of #709490
Black with #709490
Text Example
Text Example
White with #709490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709490; }
p { color: rgb(112,148,144); }
H1.HeaderClassName
{
color: #709490;
}
.AnyTagClassName
{
color: #709490;
}
</style>
background-color css
<style>
a { background-color: #709490; }
a { background-color: rgb(112,148,144); }
div.DivClassName
{
background-color: #709490;
}
.BgClassName
{
background-color: #709490;
}
</style>
border-color css
<style>
span { border-color: #709490; }
span { border-color: rgb(112,148,144); }
td.TdClassName
{
border-color: #709490;
}
.TagClassName
{
border-color: #709490;
}
</style>