Shades of Juniper #7D9895
Tints of Juniper #7D9895
RGB
CMYK
RGB Variations
Color information
#7D9895 (or 0x7D9895) is known color: Juniper. HEX triplet: 7D, 98 and 95. RGB value is (125,152,149). Sum of RGB (Red+Green+Blue) = 125+152+149=426 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.34% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 152 - color contains mainly: green. Hex color #7D9895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9895 is #82676A. Grayscale: #8F8F8F. Windows color (decimal): -8546155 or 9803901. OLE color: 9803901.
HSL color Cylindrical-coordinate representation of color #7D9895: hue angle of 173.33º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7D9895 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 125 | 152 | 149 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.40 |
| HSL | 173.33º | 0.12% | 0.54% | - |
| HSV(B) | 173.33º | 0.18% | 0.6% | - |
| XYZ | 25.11 | 28.99 | 32.71 | - |
| YUV | 143.59 | 131.05 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 152 | 149 | 0.18 | 0 | 0.02 | 0.40 | 173.33 | 0.12 | 0.54 |
| Hex | 7D | 98 | 95 | 12 | 0 | 2 | 28 | AD | C | 36 |
| Octal | 175 | 230 | 225 | 22 | 0 | 2 | 50 | 255 | 14 | 66 |
| Binary | 1111101 | 10011000 | 10010101 | 10010 | 0 | 10 | 101000 | 10101101 | 1100 | 110110 |
Color Harmonies of #7D9895
Complementary color
Monochromatic Colors of #7D9895
Black with #7D9895
Text Example
Text Example
White with #7D9895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9895; }
p { color: rgb(125,152,149); }
H1.HeaderClassName
{
color: #7D9895;
}
.AnyTagClassName
{
color: #7D9895;
}
</style>
background-color css
<style>
a { background-color: #7D9895; }
a { background-color: rgb(125,152,149); }
div.DivClassName
{
background-color: #7D9895;
}
.BgClassName
{
background-color: #7D9895;
}
</style>
border-color css
<style>
span { border-color: #7D9895; }
span { border-color: rgb(125,152,149); }
td.TdClassName
{
border-color: #7D9895;
}
.TagClassName
{
border-color: #7D9895;
}
</style>