Shades of Juniper #7F9692
Tints of Juniper #7F9692
RGB
CMYK
RGB Variations
Color information
#7F9692 (or 0x7F9692) is known color: Juniper. HEX triplet: 7F, 96 and 92. RGB value is (127,150,146). Sum of RGB (Red+Green+Blue) = 127+150+146=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 150 - color contains mainly: green. Hex color #7F9692 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9692 is #80696D. Grayscale: #8E8E8E. Windows color (decimal): -8415598 or 9606783. OLE color: 9606783.
HSL color Cylindrical-coordinate representation of color #7F9692: hue angle of 169.57º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7F9692 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 127 | 150 | 146 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.41 |
| HSL | 169.57º | 0.1% | 0.54% | - |
| HSV(B) | 169.57º | 0.15% | 0.59% | - |
| XYZ | 24.85 | 28.4 | 31.37 | - |
| YUV | 142.67 | 129.88 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 150 | 146 | 0.15 | 0 | 0.03 | 0.41 | 169.57 | 0.1 | 0.54 |
| Hex | 7F | 96 | 92 | F | 0 | 3 | 29 | AA | A | 36 |
| Octal | 177 | 226 | 222 | 17 | 0 | 3 | 51 | 252 | 12 | 66 |
| Binary | 1111111 | 10010110 | 10010010 | 1111 | 0 | 11 | 101001 | 10101010 | 1010 | 110110 |
Color Harmonies of #7F9692
Complementary color
Monochromatic Colors of #7F9692
Black with #7F9692
Text Example
Text Example
White with #7F9692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9692; }
p { color: rgb(127,150,146); }
H1.HeaderClassName
{
color: #7F9692;
}
.AnyTagClassName
{
color: #7F9692;
}
</style>
background-color css
<style>
a { background-color: #7F9692; }
a { background-color: rgb(127,150,146); }
div.DivClassName
{
background-color: #7F9692;
}
.BgClassName
{
background-color: #7F9692;
}
</style>
border-color css
<style>
span { border-color: #7F9692; }
span { border-color: rgb(127,150,146); }
td.TdClassName
{
border-color: #7F9692;
}
.TagClassName
{
border-color: #7F9692;
}
</style>