Shades of Juniper #719C99
Tints of Juniper #719C99
RGB
CMYK
RGB Variations
Color information
#719C99 (or 0x719C99) is known color: Juniper. HEX triplet: 71, 9C and 99. RGB value is (113,156,153). Sum of RGB (Red+Green+Blue) = 113+156+153=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 156 - color contains mainly: green. Hex color #719C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719C99 is #8E6366. Grayscale: #8E8E8E. Windows color (decimal): -9331559 or 10067057. OLE color: 10067057.
HSL color Cylindrical-coordinate representation of color #719C99: hue angle of 175.81º 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 #719C99 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 156 | 153 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.39 |
| HSL | 175.81º | 0.18% | 0.53% | - |
| HSV(B) | 175.81º | 0.28% | 0.61% | - |
| XYZ | 24.45 | 29.59 | 34.56 | - |
| YUV | 142.8 | 133.75 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 156 | 153 | 0.28 | 0 | 0.02 | 0.39 | 175.81 | 0.18 | 0.53 |
| Hex | 71 | 9C | 99 | 1C | 0 | 2 | 27 | B0 | 12 | 35 |
| Octal | 161 | 234 | 231 | 34 | 0 | 2 | 47 | 260 | 22 | 65 |
| Binary | 1110001 | 10011100 | 10011001 | 11100 | 0 | 10 | 100111 | 10110000 | 10010 | 110101 |
Color Harmonies of #719C99
Complementary color
Monochromatic Colors of #719C99
Black with #719C99
Text Example
Text Example
White with #719C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719C99; }
p { color: rgb(113,156,153); }
H1.HeaderClassName
{
color: #719C99;
}
.AnyTagClassName
{
color: #719C99;
}
</style>
background-color css
<style>
a { background-color: #719C99; }
a { background-color: rgb(113,156,153); }
div.DivClassName
{
background-color: #719C99;
}
.BgClassName
{
background-color: #719C99;
}
</style>
border-color css
<style>
span { border-color: #719C99; }
span { border-color: rgb(113,156,153); }
td.TdClassName
{
border-color: #719C99;
}
.TagClassName
{
border-color: #719C99;
}
</style>