Shades of Juniper #71908E
Tints of Juniper #71908E
RGB
CMYK
RGB Variations
Color information
#71908E (or 0x71908E) is known color: Juniper. HEX triplet: 71, 90 and 8E. RGB value is (113,144,142). Sum of RGB (Red+Green+Blue) = 113+144+142=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 144 - color contains mainly: green. Hex color #71908E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71908E is #8E6F71. Grayscale: #868686. Windows color (decimal): -9334642 or 9343089. OLE color: 9343089.
HSL color Cylindrical-coordinate representation of color #71908E: hue angle of 176.13º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #71908E is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 144 | 142 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.44 |
| HSL | 176.13º | 0.12% | 0.5% | - |
| HSV(B) | 176.13º | 0.22% | 0.56% | - |
| XYZ | 21.67 | 25.41 | 29.35 | - |
| YUV | 134.5 | 132.23 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 144 | 142 | 0.22 | 0 | 0.01 | 0.44 | 176.13 | 0.12 | 0.5 |
| Hex | 71 | 90 | 8E | 16 | 0 | 1 | 2C | B0 | C | 32 |
| Octal | 161 | 220 | 216 | 26 | 0 | 1 | 54 | 260 | 14 | 62 |
| Binary | 1110001 | 10010000 | 10001110 | 10110 | 0 | 1 | 101100 | 10110000 | 1100 | 110010 |
Color Harmonies of #71908E
Complementary color
Monochromatic Colors of #71908E
Black with #71908E
Text Example
Text Example
White with #71908E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71908E; }
p { color: rgb(113,144,142); }
H1.HeaderClassName
{
color: #71908E;
}
.AnyTagClassName
{
color: #71908E;
}
</style>
background-color css
<style>
a { background-color: #71908E; }
a { background-color: rgb(113,144,142); }
div.DivClassName
{
background-color: #71908E;
}
.BgClassName
{
background-color: #71908E;
}
</style>
border-color css
<style>
span { border-color: #71908E; }
span { border-color: rgb(113,144,142); }
td.TdClassName
{
border-color: #71908E;
}
.TagClassName
{
border-color: #71908E;
}
</style>