Shades of Juniper #789390
Tints of Juniper #789390
RGB
CMYK
RGB Variations
Color information
#789390 (or 0x789390) is known color: Juniper. HEX triplet: 78, 93 and 90. RGB value is (120,147,144). Sum of RGB (Red+Green+Blue) = 120+147+144=411 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.20% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 147 - color contains mainly: green. Hex color #789390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789390 is #876C6F. Grayscale: #8A8A8A. Windows color (decimal): -8875120 or 9474936. OLE color: 9474936.
HSL color Cylindrical-coordinate representation of color #789390: hue angle of 173.33º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #789390 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 147 | 144 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.42 |
| HSL | 173.33º | 0.11% | 0.52% | - |
| HSV(B) | 173.33º | 0.18% | 0.58% | - |
| XYZ | 23.21 | 26.87 | 30.35 | - |
| YUV | 138.59 | 131.05 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 147 | 144 | 0.18 | 0 | 0.02 | 0.42 | 173.33 | 0.11 | 0.52 |
| Hex | 78 | 93 | 90 | 12 | 0 | 2 | 2A | AD | B | 34 |
| Octal | 170 | 223 | 220 | 22 | 0 | 2 | 52 | 255 | 13 | 64 |
| Binary | 1111000 | 10010011 | 10010000 | 10010 | 0 | 10 | 101010 | 10101101 | 1011 | 110100 |
Color Harmonies of #789390
Complementary color
Monochromatic Colors of #789390
Black with #789390
Text Example
Text Example
White with #789390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789390; }
p { color: rgb(120,147,144); }
H1.HeaderClassName
{
color: #789390;
}
.AnyTagClassName
{
color: #789390;
}
</style>
background-color css
<style>
a { background-color: #789390; }
a { background-color: rgb(120,147,144); }
div.DivClassName
{
background-color: #789390;
}
.BgClassName
{
background-color: #789390;
}
</style>
border-color css
<style>
span { border-color: #789390; }
span { border-color: rgb(120,147,144); }
td.TdClassName
{
border-color: #789390;
}
.TagClassName
{
border-color: #789390;
}
</style>