Shades of Juniper #789B96
Tints of Juniper #789B96
RGB
CMYK
RGB Variations
Color information
#789B96 (or 0x789B96) is known color: Juniper. HEX triplet: 78, 9B and 96. RGB value is (120,155,150). Sum of RGB (Red+Green+Blue) = 120+155+150=425 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.24% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 155 - color contains mainly: green. Hex color #789B96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789B96 is #876469. Grayscale: #8F8F8F. Windows color (decimal): -8873066 or 9870200. OLE color: 9870200.
HSL color Cylindrical-coordinate representation of color #789B96: hue angle of 171.43º 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 #789B96 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 155 | 150 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.39 |
| HSL | 171.43º | 0.15% | 0.54% | - |
| HSV(B) | 171.43º | 0.23% | 0.61% | - |
| XYZ | 24.97 | 29.64 | 33.26 | - |
| YUV | 143.97 | 131.4 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 155 | 150 | 0.23 | 0 | 0.03 | 0.39 | 171.43 | 0.15 | 0.54 |
| Hex | 78 | 9B | 96 | 17 | 0 | 3 | 27 | AB | F | 36 |
| Octal | 170 | 233 | 226 | 27 | 0 | 3 | 47 | 253 | 17 | 66 |
| Binary | 1111000 | 10011011 | 10010110 | 10111 | 0 | 11 | 100111 | 10101011 | 1111 | 110110 |
Color Harmonies of #789B96
Complementary color
Monochromatic Colors of #789B96
Black with #789B96
Text Example
Text Example
White with #789B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789B96; }
p { color: rgb(120,155,150); }
H1.HeaderClassName
{
color: #789B96;
}
.AnyTagClassName
{
color: #789B96;
}
</style>
background-color css
<style>
a { background-color: #789B96; }
a { background-color: rgb(120,155,150); }
div.DivClassName
{
background-color: #789B96;
}
.BgClassName
{
background-color: #789B96;
}
</style>
border-color css
<style>
span { border-color: #789B96; }
span { border-color: rgb(120,155,150); }
td.TdClassName
{
border-color: #789B96;
}
.TagClassName
{
border-color: #789B96;
}
</style>