Shades of Juniper #719C95
Tints of Juniper #719C95
RGB
CMYK
RGB Variations
Color information
#719C95 (or 0x719C95) is known color: Juniper. HEX triplet: 71, 9C and 95. RGB value is (113,156,149). Sum of RGB (Red+Green+Blue) = 113+156+149=418 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.03% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 156 - color contains mainly: green. Hex color #719C95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719C95 is #8E636A. Grayscale: #8E8E8E. Windows color (decimal): -9331563 or 9804913. OLE color: 9804913.
HSL color Cylindrical-coordinate representation of color #719C95: hue angle of 170.23º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #719C95 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 156 | 149 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.39 |
| HSL | 170.23º | 0.18% | 0.53% | - |
| HSV(B) | 170.23º | 0.28% | 0.61% | - |
| XYZ | 24.12 | 29.46 | 32.85 | - |
| YUV | 142.35 | 131.75 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 156 | 149 | 0.28 | 0 | 0.04 | 0.39 | 170.23 | 0.18 | 0.53 |
| Hex | 71 | 9C | 95 | 1C | 0 | 4 | 27 | AA | 12 | 35 |
| Octal | 161 | 234 | 225 | 34 | 0 | 4 | 47 | 252 | 22 | 65 |
| Binary | 1110001 | 10011100 | 10010101 | 11100 | 0 | 100 | 100111 | 10101010 | 10010 | 110101 |
Color Harmonies of #719C95
Complementary color
Monochromatic Colors of #719C95
Black with #719C95
Text Example
Text Example
White with #719C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719C95; }
p { color: rgb(113,156,149); }
H1.HeaderClassName
{
color: #719C95;
}
.AnyTagClassName
{
color: #719C95;
}
</style>
background-color css
<style>
a { background-color: #719C95; }
a { background-color: rgb(113,156,149); }
div.DivClassName
{
background-color: #719C95;
}
.BgClassName
{
background-color: #719C95;
}
</style>
border-color css
<style>
span { border-color: #719C95; }
span { border-color: rgb(113,156,149); }
td.TdClassName
{
border-color: #719C95;
}
.TagClassName
{
border-color: #719C95;
}
</style>