Shades of Juniper #7A9F9A
Tints of Juniper #7A9F9A
RGB
CMYK
RGB Variations
Color information
#7A9F9A (or 0x7A9F9A) is known color: Juniper. HEX triplet: 7A, 9F and 9A. RGB value is (122,159,154). Sum of RGB (Red+Green+Blue) = 122+159+154=435 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.05% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 159 - color contains mainly: green. Hex color #7A9F9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9F9A is #856065. Grayscale: #939393. Windows color (decimal): -8740966 or 10133370. OLE color: 10133370.
HSL color Cylindrical-coordinate representation of color #7A9F9A: hue angle of 171.89º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A9F9A is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 159 | 154 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.38 |
| HSL | 171.89º | 0.16% | 0.55% | - |
| HSV(B) | 171.89º | 0.23% | 0.62% | - |
| XYZ | 26.26 | 31.27 | 35.22 | - |
| YUV | 147.37 | 131.74 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 159 | 154 | 0.23 | 0 | 0.03 | 0.38 | 171.89 | 0.16 | 0.55 |
| Hex | 7A | 9F | 9A | 17 | 0 | 3 | 26 | AC | 10 | 37 |
| Octal | 172 | 237 | 232 | 27 | 0 | 3 | 46 | 254 | 20 | 67 |
| Binary | 1111010 | 10011111 | 10011010 | 10111 | 0 | 11 | 100110 | 10101100 | 10000 | 110111 |
Color Harmonies of #7A9F9A
Complementary color
Monochromatic Colors of #7A9F9A
Black with #7A9F9A
Text Example
Text Example
White with #7A9F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9F9A; }
p { color: rgb(122,159,154); }
H1.HeaderClassName
{
color: #7A9F9A;
}
.AnyTagClassName
{
color: #7A9F9A;
}
</style>
background-color css
<style>
a { background-color: #7A9F9A; }
a { background-color: rgb(122,159,154); }
div.DivClassName
{
background-color: #7A9F9A;
}
.BgClassName
{
background-color: #7A9F9A;
}
</style>
border-color css
<style>
span { border-color: #7A9F9A; }
span { border-color: rgb(122,159,154); }
td.TdClassName
{
border-color: #7A9F9A;
}
.TagClassName
{
border-color: #7A9F9A;
}
</style>