Shades of Juniper #718887
Tints of Juniper #718887
RGB
CMYK
RGB Variations
Color information
#718887 (or 0x718887) is known color: Juniper. HEX triplet: 71, 88 and 87. RGB value is (113,136,135). Sum of RGB (Red+Green+Blue) = 113+136+135=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 136 - color contains mainly: green. Hex color #718887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718887 is #8E7778. Grayscale: #808080. Windows color (decimal): -9336697 or 8882289. OLE color: 8882289.
HSL color Cylindrical-coordinate representation of color #718887: hue angle of 177.39º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #718887 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 136 | 135 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.47 |
| HSL | 177.39º | 0.09% | 0.49% | - |
| HSV(B) | 177.39º | 0.17% | 0.53% | - |
| XYZ | 19.99 | 22.87 | 26.28 | - |
| YUV | 129.01 | 131.38 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 136 | 135 | 0.17 | 0 | 0.01 | 0.47 | 177.39 | 0.09 | 0.49 |
| Hex | 71 | 88 | 87 | 11 | 0 | 1 | 2F | B1 | 9 | 31 |
| Octal | 161 | 210 | 207 | 21 | 0 | 1 | 57 | 261 | 11 | 61 |
| Binary | 1110001 | 10001000 | 10000111 | 10001 | 0 | 1 | 101111 | 10110001 | 1001 | 110001 |
Color Harmonies of #718887
Complementary color
Monochromatic Colors of #718887
Black with #718887
Text Example
Text Example
White with #718887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718887; }
p { color: rgb(113,136,135); }
H1.HeaderClassName
{
color: #718887;
}
.AnyTagClassName
{
color: #718887;
}
</style>
background-color css
<style>
a { background-color: #718887; }
a { background-color: rgb(113,136,135); }
div.DivClassName
{
background-color: #718887;
}
.BgClassName
{
background-color: #718887;
}
</style>
border-color css
<style>
span { border-color: #718887; }
span { border-color: rgb(113,136,135); }
td.TdClassName
{
border-color: #718887;
}
.TagClassName
{
border-color: #718887;
}
</style>