Shades of Juniper #789A96
Tints of Juniper #789A96
RGB
CMYK
RGB Variations
Color information
#789A96 (or 0x789A96) is known color: Juniper. HEX triplet: 78, 9A and 96. RGB value is (120,154,150). Sum of RGB (Red+Green+Blue) = 120+154+150=424 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.30% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 154 - color contains mainly: green. Hex color #789A96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789A96 is #876569. Grayscale: #8F8F8F. Windows color (decimal): -8873322 or 9869944. OLE color: 9869944.
HSL color Cylindrical-coordinate representation of color #789A96: hue angle of 172.94º 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 #789A96 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 154 | 150 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.40 |
| HSL | 172.94º | 0.14% | 0.54% | - |
| HSV(B) | 172.94º | 0.22% | 0.6% | - |
| XYZ | 24.81 | 29.31 | 33.2 | - |
| YUV | 143.38 | 131.74 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 154 | 150 | 0.22 | 0 | 0.03 | 0.40 | 172.94 | 0.14 | 0.54 |
| Hex | 78 | 9A | 96 | 16 | 0 | 3 | 28 | AD | E | 36 |
| Octal | 170 | 232 | 226 | 26 | 0 | 3 | 50 | 255 | 16 | 66 |
| Binary | 1111000 | 10011010 | 10010110 | 10110 | 0 | 11 | 101000 | 10101101 | 1110 | 110110 |
Color Harmonies of #789A96
Complementary color
Monochromatic Colors of #789A96
Black with #789A96
Text Example
Text Example
White with #789A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789A96; }
p { color: rgb(120,154,150); }
H1.HeaderClassName
{
color: #789A96;
}
.AnyTagClassName
{
color: #789A96;
}
</style>
background-color css
<style>
a { background-color: #789A96; }
a { background-color: rgb(120,154,150); }
div.DivClassName
{
background-color: #789A96;
}
.BgClassName
{
background-color: #789A96;
}
</style>
border-color css
<style>
span { border-color: #789A96; }
span { border-color: rgb(120,154,150); }
td.TdClassName
{
border-color: #789A96;
}
.TagClassName
{
border-color: #789A96;
}
</style>