Shades of Juniper #789995
Tints of Juniper #789995
RGB
CMYK
RGB Variations
Color information
#789995 (or 0x789995) is known color: Juniper. HEX triplet: 78, 99 and 95. RGB value is (120,153,149). Sum of RGB (Red+Green+Blue) = 120+153+149=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 153 - color contains mainly: green. Hex color #789995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789995 is #87666A. Grayscale: #8E8E8E. Windows color (decimal): -8873579 or 9804152. OLE color: 9804152.
HSL color Cylindrical-coordinate representation of color #789995: hue angle of 172.73º 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 #789995 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 120 | 153 | 149 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.4 |
| HSL | 172.73º | 0.14% | 0.54% | - |
| HSV(B) | 172.73º | 0.22% | 0.6% | - |
| XYZ | 24.56 | 28.95 | 32.73 | - |
| YUV | 142.68 | 131.57 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 153 | 149 | 0.22 | 0 | 0.03 | 0.4 | 172.73 | 0.14 | 0.54 |
| Hex | 78 | 99 | 95 | 16 | 0 | 3 | 28 | AD | E | 36 |
| Octal | 170 | 231 | 225 | 26 | 0 | 3 | 50 | 255 | 16 | 66 |
| Binary | 1111000 | 10011001 | 10010101 | 10110 | 0 | 11 | 101000 | 10101101 | 1110 | 110110 |
Color Harmonies of #789995
Complementary color
Monochromatic Colors of #789995
Black with #789995
Text Example
Text Example
White with #789995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789995; }
p { color: rgb(120,153,149); }
H1.HeaderClassName
{
color: #789995;
}
.AnyTagClassName
{
color: #789995;
}
</style>
background-color css
<style>
a { background-color: #789995; }
a { background-color: rgb(120,153,149); }
div.DivClassName
{
background-color: #789995;
}
.BgClassName
{
background-color: #789995;
}
</style>
border-color css
<style>
span { border-color: #789995; }
span { border-color: rgb(120,153,149); }
td.TdClassName
{
border-color: #789995;
}
.TagClassName
{
border-color: #789995;
}
</style>