Shades of Juniper #719C9A
Tints of Juniper #719C9A
RGB
CMYK
RGB Variations
Color information
#719C9A (or 0x719C9A) is known color: Juniper. HEX triplet: 71, 9C and 9A. RGB value is (113,156,154). Sum of RGB (Red+Green+Blue) = 113+156+154=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 156 - color contains mainly: green. Hex color #719C9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719C9A is #8E6365. Grayscale: #8E8E8E. Windows color (decimal): -9331558 or 10132593. OLE color: 10132593.
HSL color Cylindrical-coordinate representation of color #719C9A: hue angle of 177.21º 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 #719C9A is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 156 | 154 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.39 |
| HSL | 177.21º | 0.18% | 0.53% | - |
| HSV(B) | 177.21º | 0.28% | 0.61% | - |
| XYZ | 24.53 | 29.62 | 35 | - |
| YUV | 142.92 | 134.25 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 156 | 154 | 0.28 | 0 | 0.01 | 0.39 | 177.21 | 0.18 | 0.53 |
| Hex | 71 | 9C | 9A | 1C | 0 | 1 | 27 | B1 | 12 | 35 |
| Octal | 161 | 234 | 232 | 34 | 0 | 1 | 47 | 261 | 22 | 65 |
| Binary | 1110001 | 10011100 | 10011010 | 11100 | 0 | 1 | 100111 | 10110001 | 10010 | 110101 |
Color Harmonies of #719C9A
Complementary color
Monochromatic Colors of #719C9A
Black with #719C9A
Text Example
Text Example
White with #719C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719C9A; }
p { color: rgb(113,156,154); }
H1.HeaderClassName
{
color: #719C9A;
}
.AnyTagClassName
{
color: #719C9A;
}
</style>
background-color css
<style>
a { background-color: #719C9A; }
a { background-color: rgb(113,156,154); }
div.DivClassName
{
background-color: #719C9A;
}
.BgClassName
{
background-color: #719C9A;
}
</style>
border-color css
<style>
span { border-color: #719C9A; }
span { border-color: rgb(113,156,154); }
td.TdClassName
{
border-color: #719C9A;
}
.TagClassName
{
border-color: #719C9A;
}
</style>