Shades of Juniper #719B98
Tints of Juniper #719B98
RGB
CMYK
RGB Variations
Color information
#719B98 (or 0x719B98) is known color: Juniper. HEX triplet: 71, 9B and 98. RGB value is (113,155,152). Sum of RGB (Red+Green+Blue) = 113+155+152=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 155 - color contains mainly: green. Hex color #719B98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719B98 is #8E6467. Grayscale: #8E8E8E. Windows color (decimal): -9331816 or 10001265. OLE color: 10001265.
HSL color Cylindrical-coordinate representation of color #719B98: hue angle of 175.71º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #719B98 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 155 | 152 | - |
| CMYK | 0.27 | 0 | 0.02 | 0.39 |
| HSL | 175.71º | 0.17% | 0.53% | - |
| HSV(B) | 175.71º | 0.27% | 0.61% | - |
| XYZ | 24.2 | 29.22 | 34.07 | - |
| YUV | 142.1 | 133.59 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 155 | 152 | 0.27 | 0 | 0.02 | 0.39 | 175.71 | 0.17 | 0.53 |
| Hex | 71 | 9B | 98 | 1B | 0 | 2 | 27 | B0 | 11 | 35 |
| Octal | 161 | 233 | 230 | 33 | 0 | 2 | 47 | 260 | 21 | 65 |
| Binary | 1110001 | 10011011 | 10011000 | 11011 | 0 | 10 | 100111 | 10110000 | 10001 | 110101 |
Color Harmonies of #719B98
Complementary color
Monochromatic Colors of #719B98
Black with #719B98
Text Example
Text Example
White with #719B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719B98; }
p { color: rgb(113,155,152); }
H1.HeaderClassName
{
color: #719B98;
}
.AnyTagClassName
{
color: #719B98;
}
</style>
background-color css
<style>
a { background-color: #719B98; }
a { background-color: rgb(113,155,152); }
div.DivClassName
{
background-color: #719B98;
}
.BgClassName
{
background-color: #719B98;
}
</style>
border-color css
<style>
span { border-color: #719B98; }
span { border-color: rgb(113,155,152); }
td.TdClassName
{
border-color: #719B98;
}
.TagClassName
{
border-color: #719B98;
}
</style>