Shades of Juniper #769F9B
Tints of Juniper #769F9B
RGB
CMYK
RGB Variations
Color information
#769F9B (or 0x769F9B) is known color: Juniper. HEX triplet: 76, 9F and 9B. RGB value is (118,159,155). Sum of RGB (Red+Green+Blue) = 118+159+155=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 159 - color contains mainly: green. Hex color #769F9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769F9B is #896064. Grayscale: #929292. Windows color (decimal): -9003109 or 10198902. OLE color: 10198902.
HSL color Cylindrical-coordinate representation of color #769F9B: hue angle of 174.15º 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 #769F9B is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 159 | 155 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.38 |
| HSL | 174.15º | 0.18% | 0.54% | - |
| HSV(B) | 174.15º | 0.26% | 0.62% | - |
| XYZ | 25.79 | 31.01 | 35.64 | - |
| YUV | 146.29 | 132.92 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 159 | 155 | 0.26 | 0 | 0.03 | 0.38 | 174.15 | 0.18 | 0.54 |
| Hex | 76 | 9F | 9B | 1A | 0 | 3 | 26 | AE | 12 | 36 |
| Octal | 166 | 237 | 233 | 32 | 0 | 3 | 46 | 256 | 22 | 66 |
| Binary | 1110110 | 10011111 | 10011011 | 11010 | 0 | 11 | 100110 | 10101110 | 10010 | 110110 |
Color Harmonies of #769F9B
Complementary color
Monochromatic Colors of #769F9B
Black with #769F9B
Text Example
Text Example
White with #769F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769F9B; }
p { color: rgb(118,159,155); }
H1.HeaderClassName
{
color: #769F9B;
}
.AnyTagClassName
{
color: #769F9B;
}
</style>
background-color css
<style>
a { background-color: #769F9B; }
a { background-color: rgb(118,159,155); }
div.DivClassName
{
background-color: #769F9B;
}
.BgClassName
{
background-color: #769F9B;
}
</style>
border-color css
<style>
span { border-color: #769F9B; }
span { border-color: rgb(118,159,155); }
td.TdClassName
{
border-color: #769F9B;
}
.TagClassName
{
border-color: #769F9B;
}
</style>