Shades of Juniper #70938E
Tints of Juniper #70938E
RGB
CMYK
RGB Variations
Color information
#70938E (or 0x70938E) is known color: Juniper. HEX triplet: 70, 93 and 8E. RGB value is (112,147,142). Sum of RGB (Red+Green+Blue) = 112+147+142=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 147 - color contains mainly: green. Hex color #70938E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70938E is #8F6C71. Grayscale: #878787. Windows color (decimal): -9399410 or 9343856. OLE color: 9343856.
HSL color Cylindrical-coordinate representation of color #70938E: hue angle of 171.43º 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 #70938E is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 147 | 142 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.42 |
| HSL | 171.43º | 0.14% | 0.51% | - |
| HSV(B) | 171.43º | 0.24% | 0.58% | - |
| XYZ | 22 | 26.27 | 29.5 | - |
| YUV | 135.97 | 131.4 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 147 | 142 | 0.24 | 0 | 0.03 | 0.42 | 171.43 | 0.14 | 0.51 |
| Hex | 70 | 93 | 8E | 18 | 0 | 3 | 2A | AB | E | 33 |
| Octal | 160 | 223 | 216 | 30 | 0 | 3 | 52 | 253 | 16 | 63 |
| Binary | 1110000 | 10010011 | 10001110 | 11000 | 0 | 11 | 101010 | 10101011 | 1110 | 110011 |
Color Harmonies of #70938E
Complementary color
Monochromatic Colors of #70938E
Black with #70938E
Text Example
Text Example
White with #70938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70938E; }
p { color: rgb(112,147,142); }
H1.HeaderClassName
{
color: #70938E;
}
.AnyTagClassName
{
color: #70938E;
}
</style>
background-color css
<style>
a { background-color: #70938E; }
a { background-color: rgb(112,147,142); }
div.DivClassName
{
background-color: #70938E;
}
.BgClassName
{
background-color: #70938E;
}
</style>
border-color css
<style>
span { border-color: #70938E; }
span { border-color: rgb(112,147,142); }
td.TdClassName
{
border-color: #70938E;
}
.TagClassName
{
border-color: #70938E;
}
</style>