Shades of Juniper #71928E
Tints of Juniper #71928E
RGB
CMYK
RGB Variations
Color information
#71928E (or 0x71928E) is known color: Juniper. HEX triplet: 71, 92 and 8E. RGB value is (113,146,142). Sum of RGB (Red+Green+Blue) = 113+146+142=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 146 - color contains mainly: green. Hex color #71928E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71928E is #8E6D71. Grayscale: #878787. Windows color (decimal): -9334130 or 9343601. OLE color: 9343601.
HSL color Cylindrical-coordinate representation of color #71928E: hue angle of 172.73º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #71928E is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 146 | 142 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.43 |
| HSL | 172.73º | 0.13% | 0.51% | - |
| HSV(B) | 172.73º | 0.23% | 0.57% | - |
| XYZ | 21.97 | 26.02 | 29.46 | - |
| YUV | 135.68 | 131.57 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 146 | 142 | 0.23 | 0 | 0.03 | 0.43 | 172.73 | 0.13 | 0.51 |
| Hex | 71 | 92 | 8E | 17 | 0 | 3 | 2B | AD | D | 33 |
| Octal | 161 | 222 | 216 | 27 | 0 | 3 | 53 | 255 | 15 | 63 |
| Binary | 1110001 | 10010010 | 10001110 | 10111 | 0 | 11 | 101011 | 10101101 | 1101 | 110011 |
Color Harmonies of #71928E
Complementary color
Monochromatic Colors of #71928E
Black with #71928E
Text Example
Text Example
White with #71928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71928E; }
p { color: rgb(113,146,142); }
H1.HeaderClassName
{
color: #71928E;
}
.AnyTagClassName
{
color: #71928E;
}
</style>
background-color css
<style>
a { background-color: #71928E; }
a { background-color: rgb(113,146,142); }
div.DivClassName
{
background-color: #71928E;
}
.BgClassName
{
background-color: #71928E;
}
</style>
border-color css
<style>
span { border-color: #71928E; }
span { border-color: rgb(113,146,142); }
td.TdClassName
{
border-color: #71928E;
}
.TagClassName
{
border-color: #71928E;
}
</style>