Shades of Juniper #7A938F
Tints of Juniper #7A938F
RGB
CMYK
RGB Variations
Color information
#7A938F (or 0x7A938F) is known color: Juniper. HEX triplet: 7A, 93 and 8F. RGB value is (122,147,143). Sum of RGB (Red+Green+Blue) = 122+147+143=412 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.61% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 147 - color contains mainly: green. Hex color #7A938F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A938F is #856C70. Grayscale: #8B8B8B. Windows color (decimal): -8744049 or 9409402. OLE color: 9409402.
HSL color Cylindrical-coordinate representation of color #7A938F: hue angle of 170.4º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A938F is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 147 | 143 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.42 |
| HSL | 170.4º | 0.1% | 0.53% | - |
| HSV(B) | 170.4º | 0.17% | 0.58% | - |
| XYZ | 23.42 | 26.99 | 29.96 | - |
| YUV | 139.07 | 130.22 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 147 | 143 | 0.17 | 0 | 0.03 | 0.42 | 170.4 | 0.1 | 0.53 |
| Hex | 7A | 93 | 8F | 11 | 0 | 3 | 2A | AA | A | 35 |
| Octal | 172 | 223 | 217 | 21 | 0 | 3 | 52 | 252 | 12 | 65 |
| Binary | 1111010 | 10010011 | 10001111 | 10001 | 0 | 11 | 101010 | 10101010 | 1010 | 110101 |
Color Harmonies of #7A938F
Complementary color
Monochromatic Colors of #7A938F
Black with #7A938F
Text Example
Text Example
White with #7A938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A938F; }
p { color: rgb(122,147,143); }
H1.HeaderClassName
{
color: #7A938F;
}
.AnyTagClassName
{
color: #7A938F;
}
</style>
background-color css
<style>
a { background-color: #7A938F; }
a { background-color: rgb(122,147,143); }
div.DivClassName
{
background-color: #7A938F;
}
.BgClassName
{
background-color: #7A938F;
}
</style>
border-color css
<style>
span { border-color: #7A938F; }
span { border-color: rgb(122,147,143); }
td.TdClassName
{
border-color: #7A938F;
}
.TagClassName
{
border-color: #7A938F;
}
</style>