Shades of Juniper #769998
Tints of Juniper #769998
RGB
CMYK
RGB Variations
Color information
#769998 (or 0x769998) is known color: Juniper. HEX triplet: 76, 99 and 98. RGB value is (118,153,152). Sum of RGB (Red+Green+Blue) = 118+153+152=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 153 - color contains mainly: green. Hex color #769998 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769998 is #896667. Grayscale: #8E8E8E. Windows color (decimal): -9004648 or 10000758. OLE color: 10000758.
HSL color Cylindrical-coordinate representation of color #769998: hue angle of 178.29º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #769998 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 153 | 152 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.4 |
| HSL | 178.29º | 0.15% | 0.53% | - |
| HSV(B) | 178.29º | 0.23% | 0.6% | - |
| XYZ | 24.53 | 28.9 | 33.99 | - |
| YUV | 142.42 | 133.4 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 153 | 152 | 0.23 | 0 | 0.01 | 0.4 | 178.29 | 0.15 | 0.53 |
| Hex | 76 | 99 | 98 | 17 | 0 | 1 | 28 | B2 | F | 35 |
| Octal | 166 | 231 | 230 | 27 | 0 | 1 | 50 | 262 | 17 | 65 |
| Binary | 1110110 | 10011001 | 10011000 | 10111 | 0 | 1 | 101000 | 10110010 | 1111 | 110101 |
Color Harmonies of #769998
Complementary color
Monochromatic Colors of #769998
Black with #769998
Text Example
Text Example
White with #769998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769998; }
p { color: rgb(118,153,152); }
H1.HeaderClassName
{
color: #769998;
}
.AnyTagClassName
{
color: #769998;
}
</style>
background-color css
<style>
a { background-color: #769998; }
a { background-color: rgb(118,153,152); }
div.DivClassName
{
background-color: #769998;
}
.BgClassName
{
background-color: #769998;
}
</style>
border-color css
<style>
span { border-color: #769998; }
span { border-color: rgb(118,153,152); }
td.TdClassName
{
border-color: #769998;
}
.TagClassName
{
border-color: #769998;
}
</style>