Shades of Juniper #7F9491
Tints of Juniper #7F9491
RGB
CMYK
RGB Variations
Color information
#7F9491 (or 0x7F9491) is known color: Juniper. HEX triplet: 7F, 94 and 91. RGB value is (127,148,145). Sum of RGB (Red+Green+Blue) = 127+148+145=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 148 - color contains mainly: green. Hex color #7F9491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9491 is #806B6E. Grayscale: #8D8D8D. Windows color (decimal): -8416111 or 9540735. OLE color: 9540735.
HSL color Cylindrical-coordinate representation of color #7F9491: hue angle of 171.43º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7F9491 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 148 | 145 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.42 |
| HSL | 171.43º | 0.09% | 0.54% | - |
| HSV(B) | 171.43º | 0.14% | 0.58% | - |
| XYZ | 24.45 | 27.74 | 30.85 | - |
| YUV | 141.38 | 130.04 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 148 | 145 | 0.14 | 0 | 0.02 | 0.42 | 171.43 | 0.09 | 0.54 |
| Hex | 7F | 94 | 91 | E | 0 | 2 | 2A | AB | 9 | 36 |
| Octal | 177 | 224 | 221 | 16 | 0 | 2 | 52 | 253 | 11 | 66 |
| Binary | 1111111 | 10010100 | 10010001 | 1110 | 0 | 10 | 101010 | 10101011 | 1001 | 110110 |
Color Harmonies of #7F9491
Complementary color
Monochromatic Colors of #7F9491
Black with #7F9491
Text Example
Text Example
White with #7F9491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9491; }
p { color: rgb(127,148,145); }
H1.HeaderClassName
{
color: #7F9491;
}
.AnyTagClassName
{
color: #7F9491;
}
</style>
background-color css
<style>
a { background-color: #7F9491; }
a { background-color: rgb(127,148,145); }
div.DivClassName
{
background-color: #7F9491;
}
.BgClassName
{
background-color: #7F9491;
}
</style>
border-color css
<style>
span { border-color: #7F9491; }
span { border-color: rgb(127,148,145); }
td.TdClassName
{
border-color: #7F9491;
}
.TagClassName
{
border-color: #7F9491;
}
</style>