Shades of Juniper #769F9C
Tints of Juniper #769F9C
RGB
CMYK
RGB Variations
Color information
#769F9C (or 0x769F9C) is known color: Juniper. HEX triplet: 76, 9F and 9C. RGB value is (118,159,156). Sum of RGB (Red+Green+Blue) = 118+159+156=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 159 - color contains mainly: green. Hex color #769F9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769F9C is #896063. Grayscale: #929292. Windows color (decimal): -9003108 or 10264438. OLE color: 10264438.
HSL color Cylindrical-coordinate representation of color #769F9C: hue angle of 175.61º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #769F9C is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 159 | 156 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.38 |
| HSL | 175.61º | 0.18% | 0.54% | - |
| HSV(B) | 175.61º | 0.26% | 0.62% | - |
| XYZ | 25.87 | 31.05 | 36.08 | - |
| YUV | 146.4 | 133.42 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 159 | 156 | 0.26 | 0 | 0.02 | 0.38 | 175.61 | 0.18 | 0.54 |
| Hex | 76 | 9F | 9C | 1A | 0 | 2 | 26 | B0 | 12 | 36 |
| Octal | 166 | 237 | 234 | 32 | 0 | 2 | 46 | 260 | 22 | 66 |
| Binary | 1110110 | 10011111 | 10011100 | 11010 | 0 | 10 | 100110 | 10110000 | 10010 | 110110 |
Color Harmonies of #769F9C
Complementary color
Monochromatic Colors of #769F9C
Black with #769F9C
Text Example
Text Example
White with #769F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769F9C; }
p { color: rgb(118,159,156); }
H1.HeaderClassName
{
color: #769F9C;
}
.AnyTagClassName
{
color: #769F9C;
}
</style>
background-color css
<style>
a { background-color: #769F9C; }
a { background-color: rgb(118,159,156); }
div.DivClassName
{
background-color: #769F9C;
}
.BgClassName
{
background-color: #769F9C;
}
</style>
border-color css
<style>
span { border-color: #769F9C; }
span { border-color: rgb(118,159,156); }
td.TdClassName
{
border-color: #769F9C;
}
.TagClassName
{
border-color: #769F9C;
}
</style>