Shades of Juniper #719C93
Tints of Juniper #719C93
RGB
CMYK
RGB Variations
Color information
#719C93 (or 0x719C93) is known color: Juniper. HEX triplet: 71, 9C and 93. RGB value is (113,156,147). Sum of RGB (Red+Green+Blue) = 113+156+147=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 156 - color contains mainly: green. Hex color #719C93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719C93 is #8E636C. Grayscale: #8E8E8E. Windows color (decimal): -9331565 or 9673841. OLE color: 9673841.
HSL color Cylindrical-coordinate representation of color #719C93: hue angle of 167.44º 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 #719C93 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 156 | 147 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.39 |
| HSL | 167.44º | 0.18% | 0.53% | - |
| HSV(B) | 167.44º | 0.28% | 0.61% | - |
| XYZ | 23.96 | 29.39 | 32.01 | - |
| YUV | 142.12 | 130.75 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 156 | 147 | 0.28 | 0 | 0.06 | 0.39 | 167.44 | 0.18 | 0.53 |
| Hex | 71 | 9C | 93 | 1C | 0 | 6 | 27 | A7 | 12 | 35 |
| Octal | 161 | 234 | 223 | 34 | 0 | 6 | 47 | 247 | 22 | 65 |
| Binary | 1110001 | 10011100 | 10010011 | 11100 | 0 | 110 | 100111 | 10100111 | 10010 | 110101 |
Color Harmonies of #719C93
Complementary color
Monochromatic Colors of #719C93
Black with #719C93
Text Example
Text Example
White with #719C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719C93; }
p { color: rgb(113,156,147); }
H1.HeaderClassName
{
color: #719C93;
}
.AnyTagClassName
{
color: #719C93;
}
</style>
background-color css
<style>
a { background-color: #719C93; }
a { background-color: rgb(113,156,147); }
div.DivClassName
{
background-color: #719C93;
}
.BgClassName
{
background-color: #719C93;
}
</style>
border-color css
<style>
span { border-color: #719C93; }
span { border-color: rgb(113,156,147); }
td.TdClassName
{
border-color: #719C93;
}
.TagClassName
{
border-color: #719C93;
}
</style>