Shades of Juniper #719A96
Tints of Juniper #719A96
RGB
CMYK
RGB Variations
Color information
#719A96 (or 0x719A96) is known color: Juniper. HEX triplet: 71, 9A and 96. RGB value is (113,154,150). Sum of RGB (Red+Green+Blue) = 113+154+150=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 154 - color contains mainly: green. Hex color #719A96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719A96 is #8E6569. Grayscale: #8D8D8D. Windows color (decimal): -9332074 or 9869937. OLE color: 9869937.
HSL color Cylindrical-coordinate representation of color #719A96: hue angle of 174.15º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #719A96 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 154 | 150 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.40 |
| HSL | 174.15º | 0.17% | 0.52% | - |
| HSV(B) | 174.15º | 0.27% | 0.6% | - |
| XYZ | 23.87 | 28.82 | 33.16 | - |
| YUV | 141.29 | 132.92 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 154 | 150 | 0.27 | 0 | 0.03 | 0.40 | 174.15 | 0.17 | 0.52 |
| Hex | 71 | 9A | 96 | 1B | 0 | 3 | 28 | AE | 11 | 34 |
| Octal | 161 | 232 | 226 | 33 | 0 | 3 | 50 | 256 | 21 | 64 |
| Binary | 1110001 | 10011010 | 10010110 | 11011 | 0 | 11 | 101000 | 10101110 | 10001 | 110100 |
Color Harmonies of #719A96
Complementary color
Monochromatic Colors of #719A96
Black with #719A96
Text Example
Text Example
White with #719A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719A96; }
p { color: rgb(113,154,150); }
H1.HeaderClassName
{
color: #719A96;
}
.AnyTagClassName
{
color: #719A96;
}
</style>
background-color css
<style>
a { background-color: #719A96; }
a { background-color: rgb(113,154,150); }
div.DivClassName
{
background-color: #719A96;
}
.BgClassName
{
background-color: #719A96;
}
</style>
border-color css
<style>
span { border-color: #719A96; }
span { border-color: rgb(113,154,150); }
td.TdClassName
{
border-color: #719A96;
}
.TagClassName
{
border-color: #719A96;
}
</style>