Shades of Juniper #708F90
Tints of Juniper #708F90
RGB
CMYK
RGB Variations
Color information
#708F90 (or 0x708F90) is known color: Juniper. HEX triplet: 70, 8F and 90. RGB value is (112,143,144). Sum of RGB (Red+Green+Blue) = 112+143+144=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 144 - color contains mainly: blue. Hex color #708F90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708F90 is #8F706F. Grayscale: #858585. Windows color (decimal): -9400432 or 9473904. OLE color: 9473904.
HSL color Cylindrical-coordinate representation of color #708F90: hue angle of 181.88º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #708F90 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 143 | 144 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.44 |
| HSL | 181.88º | 0.13% | 0.5% | - |
| HSV(B) | 181.88º | 0.22% | 0.56% | - |
| XYZ | 21.54 | 25.1 | 30.1 | - |
| YUV | 133.85 | 133.73 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 143 | 144 | 0.22 | 0.01 | 0 | 0.44 | 181.88 | 0.13 | 0.5 |
| Hex | 70 | 8F | 90 | 16 | 1 | 0 | 2C | B6 | D | 32 |
| Octal | 160 | 217 | 220 | 26 | 1 | 0 | 54 | 266 | 15 | 62 |
| Binary | 1110000 | 10001111 | 10010000 | 10110 | 1 | 0 | 101100 | 10110110 | 1101 | 110010 |
Color Harmonies of #708F90
Complementary color
Monochromatic Colors of #708F90
Black with #708F90
Text Example
Text Example
White with #708F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708F90; }
p { color: rgb(112,143,144); }
H1.HeaderClassName
{
color: #708F90;
}
.AnyTagClassName
{
color: #708F90;
}
</style>
background-color css
<style>
a { background-color: #708F90; }
a { background-color: rgb(112,143,144); }
div.DivClassName
{
background-color: #708F90;
}
.BgClassName
{
background-color: #708F90;
}
</style>
border-color css
<style>
span { border-color: #708F90; }
span { border-color: rgb(112,143,144); }
td.TdClassName
{
border-color: #708F90;
}
.TagClassName
{
border-color: #708F90;
}
</style>