Shades of Juniper #769F9A
Tints of Juniper #769F9A
RGB
CMYK
RGB Variations
Color information
#769F9A (or 0x769F9A) is known color: Juniper. HEX triplet: 76, 9F and 9A. RGB value is (118,159,154). Sum of RGB (Red+Green+Blue) = 118+159+154=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 159 - color contains mainly: green. Hex color #769F9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769F9A is #896065. Grayscale: #929292. Windows color (decimal): -9003110 or 10133366. OLE color: 10133366.
HSL color Cylindrical-coordinate representation of color #769F9A: hue angle of 172.68º 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 #769F9A is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 159 | 154 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.38 |
| HSL | 172.68º | 0.18% | 0.54% | - |
| HSV(B) | 172.68º | 0.26% | 0.62% | - |
| XYZ | 25.7 | 30.98 | 35.2 | - |
| YUV | 146.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 159 | 154 | 0.26 | 0 | 0.03 | 0.38 | 172.68 | 0.18 | 0.54 |
| Hex | 76 | 9F | 9A | 1A | 0 | 3 | 26 | AD | 12 | 36 |
| Octal | 166 | 237 | 232 | 32 | 0 | 3 | 46 | 255 | 22 | 66 |
| Binary | 1110110 | 10011111 | 10011010 | 11010 | 0 | 11 | 100110 | 10101101 | 10010 | 110110 |
Color Harmonies of #769F9A
Complementary color
Monochromatic Colors of #769F9A
Black with #769F9A
Text Example
Text Example
White with #769F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769F9A; }
p { color: rgb(118,159,154); }
H1.HeaderClassName
{
color: #769F9A;
}
.AnyTagClassName
{
color: #769F9A;
}
</style>
background-color css
<style>
a { background-color: #769F9A; }
a { background-color: rgb(118,159,154); }
div.DivClassName
{
background-color: #769F9A;
}
.BgClassName
{
background-color: #769F9A;
}
</style>
border-color css
<style>
span { border-color: #769F9A; }
span { border-color: rgb(118,159,154); }
td.TdClassName
{
border-color: #769F9A;
}
.TagClassName
{
border-color: #769F9A;
}
</style>