Shades of Juniper #7A9893
Tints of Juniper #7A9893
RGB
CMYK
RGB Variations
Color information
#7A9893 (or 0x7A9893) is known color: Juniper. HEX triplet: 7A, 98 and 93. RGB value is (122,152,147). Sum of RGB (Red+Green+Blue) = 122+152+147=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 152 - color contains mainly: green. Hex color #7A9893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9893 is #85676C. Grayscale: #8E8E8E. Windows color (decimal): -8742765 or 9672826. OLE color: 9672826.
HSL color Cylindrical-coordinate representation of color #7A9893: hue angle of 170º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A9893 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 152 | 147 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.40 |
| HSL | 170º | 0.13% | 0.54% | - |
| HSV(B) | 170º | 0.2% | 0.6% | - |
| XYZ | 24.52 | 28.7 | 31.85 | - |
| YUV | 142.46 | 130.56 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 152 | 147 | 0.20 | 0 | 0.03 | 0.40 | 170 | 0.13 | 0.54 |
| Hex | 7A | 98 | 93 | 14 | 0 | 3 | 28 | AA | D | 36 |
| Octal | 172 | 230 | 223 | 24 | 0 | 3 | 50 | 252 | 15 | 66 |
| Binary | 1111010 | 10011000 | 10010011 | 10100 | 0 | 11 | 101000 | 10101010 | 1101 | 110110 |
Color Harmonies of #7A9893
Complementary color
Monochromatic Colors of #7A9893
Black with #7A9893
Text Example
Text Example
White with #7A9893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9893; }
p { color: rgb(122,152,147); }
H1.HeaderClassName
{
color: #7A9893;
}
.AnyTagClassName
{
color: #7A9893;
}
</style>
background-color css
<style>
a { background-color: #7A9893; }
a { background-color: rgb(122,152,147); }
div.DivClassName
{
background-color: #7A9893;
}
.BgClassName
{
background-color: #7A9893;
}
</style>
border-color css
<style>
span { border-color: #7A9893; }
span { border-color: rgb(122,152,147); }
td.TdClassName
{
border-color: #7A9893;
}
.TagClassName
{
border-color: #7A9893;
}
</style>