Shades of Juniper #7E928F
Tints of Juniper #7E928F
RGB
CMYK
RGB Variations
Color information
#7E928F (or 0x7E928F) is known color: Juniper. HEX triplet: 7E, 92 and 8F. RGB value is (126,146,143). Sum of RGB (Red+Green+Blue) = 126+146+143=415 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.36% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 146 - color contains mainly: green. Hex color #7E928F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E928F is #816D70. Grayscale: #8B8B8B. Windows color (decimal): -8482161 or 9409150. OLE color: 9409150.
HSL color Cylindrical-coordinate representation of color #7E928F: hue angle of 171º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7E928F is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 146 | 143 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.43 |
| HSL | 171º | 0.08% | 0.53% | - |
| HSV(B) | 171º | 0.14% | 0.57% | - |
| XYZ | 23.84 | 26.98 | 29.94 | - |
| YUV | 139.68 | 129.87 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 146 | 143 | 0.14 | 0 | 0.02 | 0.43 | 171 | 0.08 | 0.53 |
| Hex | 7E | 92 | 8F | E | 0 | 2 | 2B | AB | 8 | 35 |
| Octal | 176 | 222 | 217 | 16 | 0 | 2 | 53 | 253 | 10 | 65 |
| Binary | 1111110 | 10010010 | 10001111 | 1110 | 0 | 10 | 101011 | 10101011 | 1000 | 110101 |
Color Harmonies of #7E928F
Complementary color
Monochromatic Colors of #7E928F
Black with #7E928F
Text Example
Text Example
White with #7E928F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E928F; }
p { color: rgb(126,146,143); }
H1.HeaderClassName
{
color: #7E928F;
}
.AnyTagClassName
{
color: #7E928F;
}
</style>
background-color css
<style>
a { background-color: #7E928F; }
a { background-color: rgb(126,146,143); }
div.DivClassName
{
background-color: #7E928F;
}
.BgClassName
{
background-color: #7E928F;
}
</style>
border-color css
<style>
span { border-color: #7E928F; }
span { border-color: rgb(126,146,143); }
td.TdClassName
{
border-color: #7E928F;
}
.TagClassName
{
border-color: #7E928F;
}
</style>