Shades of Juniper #7E9692
Tints of Juniper #7E9692
RGB
CMYK
RGB Variations
Color information
#7E9692 (or 0x7E9692) is known color: Juniper. HEX triplet: 7E, 96 and 92. RGB value is (126,150,146). Sum of RGB (Red+Green+Blue) = 126+150+146=422 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.86% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 150 - color contains mainly: green. Hex color #7E9692 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9692 is #81696D. Grayscale: #8E8E8E. Windows color (decimal): -8481134 or 9606782. OLE color: 9606782.
HSL color Cylindrical-coordinate representation of color #7E9692: hue angle of 170º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7E9692 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 126 | 150 | 146 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.41 |
| HSL | 170º | 0.1% | 0.54% | - |
| HSV(B) | 170º | 0.16% | 0.59% | - |
| XYZ | 24.7 | 28.32 | 31.36 | - |
| YUV | 142.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 150 | 146 | 0.16 | 0 | 0.03 | 0.41 | 170 | 0.1 | 0.54 |
| Hex | 7E | 96 | 92 | 10 | 0 | 3 | 29 | AA | A | 36 |
| Octal | 176 | 226 | 222 | 20 | 0 | 3 | 51 | 252 | 12 | 66 |
| Binary | 1111110 | 10010110 | 10010010 | 10000 | 0 | 11 | 101001 | 10101010 | 1010 | 110110 |
Color Harmonies of #7E9692
Complementary color
Monochromatic Colors of #7E9692
Black with #7E9692
Text Example
Text Example
White with #7E9692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9692; }
p { color: rgb(126,150,146); }
H1.HeaderClassName
{
color: #7E9692;
}
.AnyTagClassName
{
color: #7E9692;
}
</style>
background-color css
<style>
a { background-color: #7E9692; }
a { background-color: rgb(126,150,146); }
div.DivClassName
{
background-color: #7E9692;
}
.BgClassName
{
background-color: #7E9692;
}
</style>
border-color css
<style>
span { border-color: #7E9692; }
span { border-color: rgb(126,150,146); }
td.TdClassName
{
border-color: #7E9692;
}
.TagClassName
{
border-color: #7E9692;
}
</style>