Shades of Juniper #719D95
Tints of Juniper #719D95
RGB
CMYK
RGB Variations
Color information
#719D95 (or 0x719D95) is known color: Juniper. HEX triplet: 71, 9D and 95. RGB value is (113,157,149). Sum of RGB (Red+Green+Blue) = 113+157+149=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 157 - color contains mainly: green. Hex color #719D95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719D95 is #8E626A. Grayscale: #8E8E8E. Windows color (decimal): -9331307 or 9805169. OLE color: 9805169.
HSL color Cylindrical-coordinate representation of color #719D95: hue angle of 169.09º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #719D95 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 157 | 149 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.38 |
| HSL | 169.09º | 0.18% | 0.53% | - |
| HSV(B) | 169.09º | 0.28% | 0.62% | - |
| XYZ | 24.29 | 29.79 | 32.9 | - |
| YUV | 142.93 | 131.42 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 157 | 149 | 0.28 | 0 | 0.05 | 0.38 | 169.09 | 0.18 | 0.53 |
| Hex | 71 | 9D | 95 | 1C | 0 | 5 | 26 | A9 | 12 | 35 |
| Octal | 161 | 235 | 225 | 34 | 0 | 5 | 46 | 251 | 22 | 65 |
| Binary | 1110001 | 10011101 | 10010101 | 11100 | 0 | 101 | 100110 | 10101001 | 10010 | 110101 |
Color Harmonies of #719D95
Complementary color
Monochromatic Colors of #719D95
Black with #719D95
Text Example
Text Example
White with #719D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719D95; }
p { color: rgb(113,157,149); }
H1.HeaderClassName
{
color: #719D95;
}
.AnyTagClassName
{
color: #719D95;
}
</style>
background-color css
<style>
a { background-color: #719D95; }
a { background-color: rgb(113,157,149); }
div.DivClassName
{
background-color: #719D95;
}
.BgClassName
{
background-color: #719D95;
}
</style>
border-color css
<style>
span { border-color: #719D95; }
span { border-color: rgb(113,157,149); }
td.TdClassName
{
border-color: #719D95;
}
.TagClassName
{
border-color: #719D95;
}
</style>