Shades of Juniper #7A948F
Tints of Juniper #7A948F
RGB
CMYK
RGB Variations
Color information
#7A948F (or 0x7A948F) is known color: Juniper. HEX triplet: 7A, 94 and 8F. RGB value is (122,148,143). Sum of RGB (Red+Green+Blue) = 122+148+143=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 148 - color contains mainly: green. Hex color #7A948F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A948F is #856B70. Grayscale: #8B8B8B. Windows color (decimal): -8743793 or 9409658. OLE color: 9409658.
HSL color Cylindrical-coordinate representation of color #7A948F: hue angle of 168.46º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A948F is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 148 | 143 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.42 |
| HSL | 168.46º | 0.11% | 0.53% | - |
| HSV(B) | 168.46º | 0.18% | 0.58% | - |
| XYZ | 23.57 | 27.3 | 30.01 | - |
| YUV | 139.66 | 129.89 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 148 | 143 | 0.18 | 0 | 0.03 | 0.42 | 168.46 | 0.11 | 0.53 |
| Hex | 7A | 94 | 8F | 12 | 0 | 3 | 2A | A8 | B | 35 |
| Octal | 172 | 224 | 217 | 22 | 0 | 3 | 52 | 250 | 13 | 65 |
| Binary | 1111010 | 10010100 | 10001111 | 10010 | 0 | 11 | 101010 | 10101000 | 1011 | 110101 |
Color Harmonies of #7A948F
Complementary color
Monochromatic Colors of #7A948F
Black with #7A948F
Text Example
Text Example
White with #7A948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A948F; }
p { color: rgb(122,148,143); }
H1.HeaderClassName
{
color: #7A948F;
}
.AnyTagClassName
{
color: #7A948F;
}
</style>
background-color css
<style>
a { background-color: #7A948F; }
a { background-color: rgb(122,148,143); }
div.DivClassName
{
background-color: #7A948F;
}
.BgClassName
{
background-color: #7A948F;
}
</style>
border-color css
<style>
span { border-color: #7A948F; }
span { border-color: rgb(122,148,143); }
td.TdClassName
{
border-color: #7A948F;
}
.TagClassName
{
border-color: #7A948F;
}
</style>