Shades of Juniper #71A096
Tints of Juniper #71A096
RGB
CMYK
RGB Variations
Color information
#71A096 (or 0x71A096) is known color: Juniper. HEX triplet: 71, A0 and 96. RGB value is (113,160,150). Sum of RGB (Red+Green+Blue) = 113+160+150=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 160 - color contains mainly: green. Hex color #71A096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A096 is #8E5F69. Grayscale: #909090. Windows color (decimal): -9330538 or 9871473. OLE color: 9871473.
HSL color Cylindrical-coordinate representation of color #71A096: hue angle of 167.23º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #71A096 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 160 | 150 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.37 |
| HSL | 167.23º | 0.2% | 0.54% | - |
| HSV(B) | 167.23º | 0.29% | 0.63% | - |
| XYZ | 24.89 | 30.85 | 33.5 | - |
| YUV | 144.81 | 130.93 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 160 | 150 | 0.29 | 0 | 0.06 | 0.37 | 167.23 | 0.2 | 0.54 |
| Hex | 71 | A0 | 96 | 1D | 0 | 6 | 25 | A7 | 14 | 36 |
| Octal | 161 | 240 | 226 | 35 | 0 | 6 | 45 | 247 | 24 | 66 |
| Binary | 1110001 | 10100000 | 10010110 | 11101 | 0 | 110 | 100101 | 10100111 | 10100 | 110110 |
Color Harmonies of #71A096
Complementary color
Monochromatic Colors of #71A096
Black with #71A096
Text Example
Text Example
White with #71A096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A096; }
p { color: rgb(113,160,150); }
H1.HeaderClassName
{
color: #71A096;
}
.AnyTagClassName
{
color: #71A096;
}
</style>
background-color css
<style>
a { background-color: #71A096; }
a { background-color: rgb(113,160,150); }
div.DivClassName
{
background-color: #71A096;
}
.BgClassName
{
background-color: #71A096;
}
</style>
border-color css
<style>
span { border-color: #71A096; }
span { border-color: rgb(113,160,150); }
td.TdClassName
{
border-color: #71A096;
}
.TagClassName
{
border-color: #71A096;
}
</style>