Shades of Juniper #718D8E
Tints of Juniper #718D8E
RGB
CMYK
RGB Variations
Color information
#718D8E (or 0x718D8E) is known color: Juniper. HEX triplet: 71, 8D and 8E. RGB value is (113,141,142). Sum of RGB (Red+Green+Blue) = 113+141+142=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 142 - color contains mainly: blue. Hex color #718D8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718D8E is #8E7271. Grayscale: #848484. Windows color (decimal): -9335410 or 9342321. OLE color: 9342321.
HSL color Cylindrical-coordinate representation of color #718D8E: hue angle of 182.07º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #718D8E is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 141 | 142 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.44 |
| HSL | 182.07º | 0.11% | 0.5% | - |
| HSV(B) | 182.07º | 0.2% | 0.56% | - |
| XYZ | 21.22 | 24.51 | 29.2 | - |
| YUV | 132.74 | 133.22 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 141 | 142 | 0.20 | 0.01 | 0 | 0.44 | 182.07 | 0.11 | 0.5 |
| Hex | 71 | 8D | 8E | 14 | 1 | 0 | 2C | B6 | B | 32 |
| Octal | 161 | 215 | 216 | 24 | 1 | 0 | 54 | 266 | 13 | 62 |
| Binary | 1110001 | 10001101 | 10001110 | 10100 | 1 | 0 | 101100 | 10110110 | 1011 | 110010 |
Color Harmonies of #718D8E
Complementary color
Monochromatic Colors of #718D8E
Black with #718D8E
Text Example
Text Example
White with #718D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718D8E; }
p { color: rgb(113,141,142); }
H1.HeaderClassName
{
color: #718D8E;
}
.AnyTagClassName
{
color: #718D8E;
}
</style>
background-color css
<style>
a { background-color: #718D8E; }
a { background-color: rgb(113,141,142); }
div.DivClassName
{
background-color: #718D8E;
}
.BgClassName
{
background-color: #718D8E;
}
</style>
border-color css
<style>
span { border-color: #718D8E; }
span { border-color: rgb(113,141,142); }
td.TdClassName
{
border-color: #718D8E;
}
.TagClassName
{
border-color: #718D8E;
}
</style>