Shades of Juniper #769999
Tints of Juniper #769999
RGB
CMYK
RGB Variations
Color information
#769999 (or 0x769999) is known color: Juniper. HEX triplet: 76, 99 and 99. RGB value is (118,153,153). Sum of RGB (Red+Green+Blue) = 118+153+153=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #769999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769999 is #896666. Grayscale: #8E8E8E. Windows color (decimal): -9004647 or 10066294. OLE color: 10066294.
HSL color Cylindrical-coordinate representation of color #769999: hue angle of 180º 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 #769999 is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 153 | 153 | - |
| CMYK | 0.23 | 0 | 0 | 0.4 |
| HSL | 180º | 0.15% | 0.53% | - |
| HSV(B) | 180º | 0.23% | 0.6% | - |
| XYZ | 24.61 | 28.93 | 34.42 | - |
| YUV | 142.54 | 133.9 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 153 | 153 | 0.23 | 0 | 0 | 0.4 | 180 | 0.15 | 0.53 |
| Hex | 76 | 99 | 99 | 17 | 0 | 0 | 28 | B4 | F | 35 |
| Octal | 166 | 231 | 231 | 27 | 0 | 0 | 50 | 264 | 17 | 65 |
| Binary | 1110110 | 10011001 | 10011001 | 10111 | 0 | 0 | 101000 | 10110100 | 1111 | 110101 |
Color Harmonies of #769999
Complementary color
Monochromatic Colors of #769999
Black with #769999
Text Example
Text Example
White with #769999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769999; }
p { color: rgb(118,153,153); }
H1.HeaderClassName
{
color: #769999;
}
.AnyTagClassName
{
color: #769999;
}
</style>
background-color css
<style>
a { background-color: #769999; }
a { background-color: rgb(118,153,153); }
div.DivClassName
{
background-color: #769999;
}
.BgClassName
{
background-color: #769999;
}
</style>
border-color css
<style>
span { border-color: #769999; }
span { border-color: rgb(118,153,153); }
td.TdClassName
{
border-color: #769999;
}
.TagClassName
{
border-color: #769999;
}
</style>