Shades of Juniper #769A9B
Tints of Juniper #769A9B
RGB
CMYK
RGB Variations
Color information
#769A9B (or 0x769A9B) is known color: Juniper. HEX triplet: 76, 9A and 9B. RGB value is (118,154,155). Sum of RGB (Red+Green+Blue) = 118+154+155=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 155 - color contains mainly: blue. Hex color #769A9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769A9B is #896564. Grayscale: #8F8F8F. Windows color (decimal): -9004389 or 10197622. OLE color: 10197622.
HSL color Cylindrical-coordinate representation of color #769A9B: hue angle of 181.62º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #769A9B is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 154 | 155 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.39 |
| HSL | 181.62º | 0.16% | 0.54% | - |
| HSV(B) | 181.62º | 0.24% | 0.61% | - |
| XYZ | 24.94 | 29.33 | 35.36 | - |
| YUV | 143.35 | 134.57 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 155 | 0.24 | 0.01 | 0 | 0.39 | 181.62 | 0.16 | 0.54 |
| Hex | 76 | 9A | 9B | 18 | 1 | 0 | 27 | B6 | 10 | 36 |
| Octal | 166 | 232 | 233 | 30 | 1 | 0 | 47 | 266 | 20 | 66 |
| Binary | 1110110 | 10011010 | 10011011 | 11000 | 1 | 0 | 100111 | 10110110 | 10000 | 110110 |
Color Harmonies of #769A9B
Complementary color
Monochromatic Colors of #769A9B
Black with #769A9B
Text Example
Text Example
White with #769A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769A9B; }
p { color: rgb(118,154,155); }
H1.HeaderClassName
{
color: #769A9B;
}
.AnyTagClassName
{
color: #769A9B;
}
</style>
background-color css
<style>
a { background-color: #769A9B; }
a { background-color: rgb(118,154,155); }
div.DivClassName
{
background-color: #769A9B;
}
.BgClassName
{
background-color: #769A9B;
}
</style>
border-color css
<style>
span { border-color: #769A9B; }
span { border-color: rgb(118,154,155); }
td.TdClassName
{
border-color: #769A9B;
}
.TagClassName
{
border-color: #769A9B;
}
</style>