Shades of Juniper #719D93
Tints of Juniper #719D93
RGB
CMYK
RGB Variations
Color information
#719D93 (or 0x719D93) is known color: Juniper. HEX triplet: 71, 9D and 93. RGB value is (113,157,147). Sum of RGB (Red+Green+Blue) = 113+157+147=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 157 - color contains mainly: green. Hex color #719D93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719D93 is #8E626C. Grayscale: #8E8E8E. Windows color (decimal): -9331309 or 9674097. OLE color: 9674097.
HSL color Cylindrical-coordinate representation of color #719D93: hue angle of 166.36º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #719D93 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 157 | 147 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.38 |
| HSL | 166.36º | 0.18% | 0.53% | - |
| HSV(B) | 166.36º | 0.28% | 0.62% | - |
| XYZ | 24.13 | 29.73 | 32.07 | - |
| YUV | 142.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 157 | 147 | 0.28 | 0 | 0.06 | 0.38 | 166.36 | 0.18 | 0.53 |
| Hex | 71 | 9D | 93 | 1C | 0 | 6 | 26 | A6 | 12 | 35 |
| Octal | 161 | 235 | 223 | 34 | 0 | 6 | 46 | 246 | 22 | 65 |
| Binary | 1110001 | 10011101 | 10010011 | 11100 | 0 | 110 | 100110 | 10100110 | 10010 | 110101 |
Color Harmonies of #719D93
Complementary color
Monochromatic Colors of #719D93
Black with #719D93
Text Example
Text Example
White with #719D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719D93; }
p { color: rgb(113,157,147); }
H1.HeaderClassName
{
color: #719D93;
}
.AnyTagClassName
{
color: #719D93;
}
</style>
background-color css
<style>
a { background-color: #719D93; }
a { background-color: rgb(113,157,147); }
div.DivClassName
{
background-color: #719D93;
}
.BgClassName
{
background-color: #719D93;
}
</style>
border-color css
<style>
span { border-color: #719D93; }
span { border-color: rgb(113,157,147); }
td.TdClassName
{
border-color: #719D93;
}
.TagClassName
{
border-color: #719D93;
}
</style>