Shades of Juniper #7A9698
Tints of Juniper #7A9698
RGB
CMYK
RGB Variations
Color information
#7A9698 (or 0x7A9698) is known color: Juniper. HEX triplet: 7A, 96 and 98. RGB value is (122,150,152). Sum of RGB (Red+Green+Blue) = 122+150+152=424 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.77% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A9698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9698 is #856967. Grayscale: #8D8D8D. Windows color (decimal): -8743272 or 9999994. OLE color: 9999994.
HSL color Cylindrical-coordinate representation of color #7A9698: hue angle of 184º 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 #7A9698 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 150 | 152 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.40 |
| HSL | 184º | 0.13% | 0.54% | - |
| HSV(B) | 184º | 0.2% | 0.6% | - |
| XYZ | 24.6 | 28.22 | 33.86 | - |
| YUV | 141.86 | 133.72 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 150 | 152 | 0.20 | 0.01 | 0 | 0.40 | 184 | 0.13 | 0.54 |
| Hex | 7A | 96 | 98 | 14 | 1 | 0 | 28 | B8 | D | 36 |
| Octal | 172 | 226 | 230 | 24 | 1 | 0 | 50 | 270 | 15 | 66 |
| Binary | 1111010 | 10010110 | 10011000 | 10100 | 1 | 0 | 101000 | 10111000 | 1101 | 110110 |
Color Harmonies of #7A9698
Complementary color
Monochromatic Colors of #7A9698
Black with #7A9698
Text Example
Text Example
White with #7A9698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9698; }
p { color: rgb(122,150,152); }
H1.HeaderClassName
{
color: #7A9698;
}
.AnyTagClassName
{
color: #7A9698;
}
</style>
background-color css
<style>
a { background-color: #7A9698; }
a { background-color: rgb(122,150,152); }
div.DivClassName
{
background-color: #7A9698;
}
.BgClassName
{
background-color: #7A9698;
}
</style>
border-color css
<style>
span { border-color: #7A9698; }
span { border-color: rgb(122,150,152); }
td.TdClassName
{
border-color: #7A9698;
}
.TagClassName
{
border-color: #7A9698;
}
</style>