Shades of Juniper #70908F
Tints of Juniper #70908F
RGB
CMYK
RGB Variations
Color information
#70908F (or 0x70908F) is known color: Juniper. HEX triplet: 70, 90 and 8F. RGB value is (112,144,143). Sum of RGB (Red+Green+Blue) = 112+144+143=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 144 - color contains mainly: green. Hex color #70908F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70908F is #8F6F70. Grayscale: #868686. Windows color (decimal): -9400177 or 9408624. OLE color: 9408624.
HSL color Cylindrical-coordinate representation of color #70908F: hue angle of 178.12º 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 #70908F is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 144 | 143 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.44 |
| HSL | 178.13º | 0.13% | 0.5% | - |
| HSV(B) | 178.13º | 0.22% | 0.56% | - |
| XYZ | 21.61 | 25.37 | 29.75 | - |
| YUV | 134.32 | 132.9 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 144 | 143 | 0.22 | 0 | 0.01 | 0.44 | 178.13 | 0.13 | 0.5 |
| Hex | 70 | 90 | 8F | 16 | 0 | 1 | 2C | B2 | D | 32 |
| Octal | 160 | 220 | 217 | 26 | 0 | 1 | 54 | 262 | 15 | 62 |
| Binary | 1110000 | 10010000 | 10001111 | 10110 | 0 | 1 | 101100 | 10110010 | 1101 | 110010 |
Color Harmonies of #70908F
Complementary color
Monochromatic Colors of #70908F
Black with #70908F
Text Example
Text Example
White with #70908F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70908F; }
p { color: rgb(112,144,143); }
H1.HeaderClassName
{
color: #70908F;
}
.AnyTagClassName
{
color: #70908F;
}
</style>
background-color css
<style>
a { background-color: #70908F; }
a { background-color: rgb(112,144,143); }
div.DivClassName
{
background-color: #70908F;
}
.BgClassName
{
background-color: #70908F;
}
</style>
border-color css
<style>
span { border-color: #70908F; }
span { border-color: rgb(112,144,143); }
td.TdClassName
{
border-color: #70908F;
}
.TagClassName
{
border-color: #70908F;
}
</style>