Shades of Juniper #70918E
Tints of Juniper #70918E
RGB
CMYK
RGB Variations
Color information
#70918E (or 0x70918E) is known color: Juniper. HEX triplet: 70, 91 and 8E. RGB value is (112,145,142). Sum of RGB (Red+Green+Blue) = 112+145+142=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 145 - color contains mainly: green. Hex color #70918E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70918E is #8F6E71. Grayscale: #868686. Windows color (decimal): -9399922 or 9343344. OLE color: 9343344.
HSL color Cylindrical-coordinate representation of color #70918E: hue angle of 174.55º 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 #70918E is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 145 | 142 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.43 |
| HSL | 174.55º | 0.13% | 0.5% | - |
| HSV(B) | 174.55º | 0.23% | 0.57% | - |
| XYZ | 21.69 | 25.65 | 29.4 | - |
| YUV | 134.79 | 132.07 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 145 | 142 | 0.23 | 0 | 0.02 | 0.43 | 174.55 | 0.13 | 0.5 |
| Hex | 70 | 91 | 8E | 17 | 0 | 2 | 2B | AF | D | 32 |
| Octal | 160 | 221 | 216 | 27 | 0 | 2 | 53 | 257 | 15 | 62 |
| Binary | 1110000 | 10010001 | 10001110 | 10111 | 0 | 10 | 101011 | 10101111 | 1101 | 110010 |
Color Harmonies of #70918E
Complementary color
Monochromatic Colors of #70918E
Black with #70918E
Text Example
Text Example
White with #70918E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70918E; }
p { color: rgb(112,145,142); }
H1.HeaderClassName
{
color: #70918E;
}
.AnyTagClassName
{
color: #70918E;
}
</style>
background-color css
<style>
a { background-color: #70918E; }
a { background-color: rgb(112,145,142); }
div.DivClassName
{
background-color: #70918E;
}
.BgClassName
{
background-color: #70918E;
}
</style>
border-color css
<style>
span { border-color: #70918E; }
span { border-color: rgb(112,145,142); }
td.TdClassName
{
border-color: #70918E;
}
.TagClassName
{
border-color: #70918E;
}
</style>