Shades of Juniper #789C96
Tints of Juniper #789C96
RGB
CMYK
RGB Variations
Color information
#789C96 (or 0x789C96) is known color: Juniper. HEX triplet: 78, 9C and 96. RGB value is (120,156,150). Sum of RGB (Red+Green+Blue) = 120+156+150=426 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.17% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 156 - color contains mainly: green. Hex color #789C96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789C96 is #876369. Grayscale: #909090. Windows color (decimal): -8872810 or 9870456. OLE color: 9870456.
HSL color Cylindrical-coordinate representation of color #789C96: hue angle of 170º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #789C96 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 156 | 150 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.39 |
| HSL | 170º | 0.15% | 0.54% | - |
| HSV(B) | 170º | 0.23% | 0.61% | - |
| XYZ | 25.14 | 29.97 | 33.31 | - |
| YUV | 144.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 156 | 150 | 0.23 | 0 | 0.04 | 0.39 | 170 | 0.15 | 0.54 |
| Hex | 78 | 9C | 96 | 17 | 0 | 4 | 27 | AA | F | 36 |
| Octal | 170 | 234 | 226 | 27 | 0 | 4 | 47 | 252 | 17 | 66 |
| Binary | 1111000 | 10011100 | 10010110 | 10111 | 0 | 100 | 100111 | 10101010 | 1111 | 110110 |
Color Harmonies of #789C96
Complementary color
Monochromatic Colors of #789C96
Black with #789C96
Text Example
Text Example
White with #789C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789C96; }
p { color: rgb(120,156,150); }
H1.HeaderClassName
{
color: #789C96;
}
.AnyTagClassName
{
color: #789C96;
}
</style>
background-color css
<style>
a { background-color: #789C96; }
a { background-color: rgb(120,156,150); }
div.DivClassName
{
background-color: #789C96;
}
.BgClassName
{
background-color: #789C96;
}
</style>
border-color css
<style>
span { border-color: #789C96; }
span { border-color: rgb(120,156,150); }
td.TdClassName
{
border-color: #789C96;
}
.TagClassName
{
border-color: #789C96;
}
</style>