Shades of Juniper #719A94
Tints of Juniper #719A94
RGB
CMYK
RGB Variations
Color information
#719A94 (or 0x719A94) is known color: Juniper. HEX triplet: 71, 9A and 94. RGB value is (113,154,148). Sum of RGB (Red+Green+Blue) = 113+154+148=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 154 - color contains mainly: green. Hex color #719A94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719A94 is #8E656B. Grayscale: #8D8D8D. Windows color (decimal): -9332076 or 9738865. OLE color: 9738865.
HSL color Cylindrical-coordinate representation of color #719A94: hue angle of 171.22º 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 #719A94 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 154 | 148 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.40 |
| HSL | 171.22º | 0.17% | 0.52% | - |
| HSV(B) | 171.22º | 0.27% | 0.6% | - |
| XYZ | 23.71 | 28.76 | 32.32 | - |
| YUV | 141.06 | 131.92 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 154 | 148 | 0.27 | 0 | 0.04 | 0.40 | 171.22 | 0.17 | 0.52 |
| Hex | 71 | 9A | 94 | 1B | 0 | 4 | 28 | AB | 11 | 34 |
| Octal | 161 | 232 | 224 | 33 | 0 | 4 | 50 | 253 | 21 | 64 |
| Binary | 1110001 | 10011010 | 10010100 | 11011 | 0 | 100 | 101000 | 10101011 | 10001 | 110100 |
Color Harmonies of #719A94
Complementary color
Monochromatic Colors of #719A94
Black with #719A94
Text Example
Text Example
White with #719A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719A94; }
p { color: rgb(113,154,148); }
H1.HeaderClassName
{
color: #719A94;
}
.AnyTagClassName
{
color: #719A94;
}
</style>
background-color css
<style>
a { background-color: #719A94; }
a { background-color: rgb(113,154,148); }
div.DivClassName
{
background-color: #719A94;
}
.BgClassName
{
background-color: #719A94;
}
</style>
border-color css
<style>
span { border-color: #719A94; }
span { border-color: rgb(113,154,148); }
td.TdClassName
{
border-color: #719A94;
}
.TagClassName
{
border-color: #719A94;
}
</style>