Shades of Juniper #769D9C
Tints of Juniper #769D9C
RGB
CMYK
RGB Variations
Color information
#769D9C (or 0x769D9C) is known color: Juniper. HEX triplet: 76, 9D and 9C. RGB value is (118,157,156). Sum of RGB (Red+Green+Blue) = 118+157+156=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 157 - color contains mainly: green. Hex color #769D9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769D9C is #896263. Grayscale: #919191. Windows color (decimal): -9003620 or 10263926. OLE color: 10263926.
HSL color Cylindrical-coordinate representation of color #769D9C: hue angle of 178.46º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #769D9C is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 157 | 156 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.38 |
| HSL | 178.46º | 0.17% | 0.54% | - |
| HSV(B) | 178.46º | 0.25% | 0.62% | - |
| XYZ | 25.53 | 30.37 | 35.97 | - |
| YUV | 145.23 | 134.08 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 157 | 156 | 0.25 | 0 | 0.01 | 0.38 | 178.46 | 0.17 | 0.54 |
| Hex | 76 | 9D | 9C | 19 | 0 | 1 | 26 | B2 | 11 | 36 |
| Octal | 166 | 235 | 234 | 31 | 0 | 1 | 46 | 262 | 21 | 66 |
| Binary | 1110110 | 10011101 | 10011100 | 11001 | 0 | 1 | 100110 | 10110010 | 10001 | 110110 |
Color Harmonies of #769D9C
Complementary color
Monochromatic Colors of #769D9C
Black with #769D9C
Text Example
Text Example
White with #769D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769D9C; }
p { color: rgb(118,157,156); }
H1.HeaderClassName
{
color: #769D9C;
}
.AnyTagClassName
{
color: #769D9C;
}
</style>
background-color css
<style>
a { background-color: #769D9C; }
a { background-color: rgb(118,157,156); }
div.DivClassName
{
background-color: #769D9C;
}
.BgClassName
{
background-color: #769D9C;
}
</style>
border-color css
<style>
span { border-color: #769D9C; }
span { border-color: rgb(118,157,156); }
td.TdClassName
{
border-color: #769D9C;
}
.TagClassName
{
border-color: #769D9C;
}
</style>