Shades of Juniper #789994
Tints of Juniper #789994
RGB
CMYK
RGB Variations
Color information
#789994 (or 0x789994) is known color: Juniper. HEX triplet: 78, 99 and 94. RGB value is (120,153,148). Sum of RGB (Red+Green+Blue) = 120+153+148=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 153 - color contains mainly: green. Hex color #789994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789994 is #87666B. Grayscale: #8E8E8E. Windows color (decimal): -8873580 or 9738616. OLE color: 9738616.
HSL color Cylindrical-coordinate representation of color #789994: hue angle of 170.91º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #789994 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 120 | 153 | 148 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.4 |
| HSL | 170.91º | 0.14% | 0.54% | - |
| HSV(B) | 170.91º | 0.22% | 0.6% | - |
| XYZ | 24.48 | 28.91 | 32.31 | - |
| YUV | 142.56 | 131.07 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 153 | 148 | 0.22 | 0 | 0.03 | 0.4 | 170.91 | 0.14 | 0.54 |
| Hex | 78 | 99 | 94 | 16 | 0 | 3 | 28 | AB | E | 36 |
| Octal | 170 | 231 | 224 | 26 | 0 | 3 | 50 | 253 | 16 | 66 |
| Binary | 1111000 | 10011001 | 10010100 | 10110 | 0 | 11 | 101000 | 10101011 | 1110 | 110110 |
Color Harmonies of #789994
Complementary color
Monochromatic Colors of #789994
Black with #789994
Text Example
Text Example
White with #789994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789994; }
p { color: rgb(120,153,148); }
H1.HeaderClassName
{
color: #789994;
}
.AnyTagClassName
{
color: #789994;
}
</style>
background-color css
<style>
a { background-color: #789994; }
a { background-color: rgb(120,153,148); }
div.DivClassName
{
background-color: #789994;
}
.BgClassName
{
background-color: #789994;
}
</style>
border-color css
<style>
span { border-color: #789994; }
span { border-color: rgb(120,153,148); }
td.TdClassName
{
border-color: #789994;
}
.TagClassName
{
border-color: #789994;
}
</style>