Shades of Juniper #719699
Tints of Juniper #719699
RGB
CMYK
RGB Variations
Color information
#719699 (or 0x719699) is known color: Juniper. HEX triplet: 71, 96 and 99. RGB value is (113,150,153). Sum of RGB (Red+Green+Blue) = 113+150+153=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 153 - color contains mainly: blue. Hex color #719699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719699 is #8E6966. Grayscale: #8B8B8B. Windows color (decimal): -9333095 or 10065521. OLE color: 10065521.
HSL color Cylindrical-coordinate representation of color #719699: hue angle of 184.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #719699 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 113 | 150 | 153 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.4 |
| HSL | 184.5º | 0.16% | 0.52% | - |
| HSV(B) | 184.5º | 0.26% | 0.6% | - |
| XYZ | 23.47 | 27.62 | 34.23 | - |
| YUV | 139.28 | 135.74 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 150 | 153 | 0.26 | 0.02 | 0 | 0.4 | 184.5 | 0.16 | 0.52 |
| Hex | 71 | 96 | 99 | 1A | 2 | 0 | 28 | B8 | 10 | 34 |
| Octal | 161 | 226 | 231 | 32 | 2 | 0 | 50 | 270 | 20 | 64 |
| Binary | 1110001 | 10010110 | 10011001 | 11010 | 10 | 0 | 101000 | 10111000 | 10000 | 110100 |
Color Harmonies of #719699
Complementary color
Monochromatic Colors of #719699
Black with #719699
Text Example
Text Example
White with #719699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719699; }
p { color: rgb(113,150,153); }
H1.HeaderClassName
{
color: #719699;
}
.AnyTagClassName
{
color: #719699;
}
</style>
background-color css
<style>
a { background-color: #719699; }
a { background-color: rgb(113,150,153); }
div.DivClassName
{
background-color: #719699;
}
.BgClassName
{
background-color: #719699;
}
</style>
border-color css
<style>
span { border-color: #719699; }
span { border-color: rgb(113,150,153); }
td.TdClassName
{
border-color: #719699;
}
.TagClassName
{
border-color: #719699;
}
</style>