Shades of Juniper #708D8D
Tints of Juniper #708D8D
RGB
CMYK
RGB Variations
Color information
#708D8D (or 0x708D8D) is known color: Juniper. HEX triplet: 70, 8D and 8D. RGB value is (112,141,141). Sum of RGB (Red+Green+Blue) = 112+141+141=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 141 - color contains mainly: green, blue. Hex color #708D8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708D8D is #8F7272. Grayscale: #848484. Windows color (decimal): -9400947 or 9276784. OLE color: 9276784.
HSL color Cylindrical-coordinate representation of color #708D8D: hue angle of 180º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #708D8D is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 141 | 141 | - |
| CMYK | 0.21 | 0 | 0 | 0.45 |
| HSL | 180º | 0.11% | 0.5% | - |
| HSV(B) | 180º | 0.21% | 0.55% | - |
| XYZ | 21.01 | 24.42 | 28.8 | - |
| YUV | 132.33 | 132.89 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 141 | 0.21 | 0 | 0 | 0.45 | 180 | 0.11 | 0.5 |
| Hex | 70 | 8D | 8D | 15 | 0 | 0 | 2D | B4 | B | 32 |
| Octal | 160 | 215 | 215 | 25 | 0 | 0 | 55 | 264 | 13 | 62 |
| Binary | 1110000 | 10001101 | 10001101 | 10101 | 0 | 0 | 101101 | 10110100 | 1011 | 110010 |
Color Harmonies of #708D8D
Complementary color
Monochromatic Colors of #708D8D
Black with #708D8D
Text Example
Text Example
White with #708D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708D8D; }
p { color: rgb(112,141,141); }
H1.HeaderClassName
{
color: #708D8D;
}
.AnyTagClassName
{
color: #708D8D;
}
</style>
background-color css
<style>
a { background-color: #708D8D; }
a { background-color: rgb(112,141,141); }
div.DivClassName
{
background-color: #708D8D;
}
.BgClassName
{
background-color: #708D8D;
}
</style>
border-color css
<style>
span { border-color: #708D8D; }
span { border-color: rgb(112,141,141); }
td.TdClassName
{
border-color: #708D8D;
}
.TagClassName
{
border-color: #708D8D;
}
</style>