Shades of Juniper #76A09B
Tints of Juniper #76A09B
RGB
CMYK
RGB Variations
Color information
#76A09B (or 0x76A09B) is known color: Juniper. HEX triplet: 76, A0 and 9B. RGB value is (118,160,155). Sum of RGB (Red+Green+Blue) = 118+160+155=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 160 - color contains mainly: green. Hex color #76A09B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A09B is #895F64. Grayscale: #929292. Windows color (decimal): -9002853 or 10199158. OLE color: 10199158.
HSL color Cylindrical-coordinate representation of color #76A09B: hue angle of 172.86º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #76A09B is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 160 | 155 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.37 |
| HSL | 172.86º | 0.18% | 0.55% | - |
| HSV(B) | 172.86º | 0.26% | 0.63% | - |
| XYZ | 25.96 | 31.36 | 35.7 | - |
| YUV | 146.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 160 | 155 | 0.26 | 0 | 0.03 | 0.37 | 172.86 | 0.18 | 0.55 |
| Hex | 76 | A0 | 9B | 1A | 0 | 3 | 25 | AD | 12 | 37 |
| Octal | 166 | 240 | 233 | 32 | 0 | 3 | 45 | 255 | 22 | 67 |
| Binary | 1110110 | 10100000 | 10011011 | 11010 | 0 | 11 | 100101 | 10101101 | 10010 | 110111 |
Color Harmonies of #76A09B
Complementary color
Monochromatic Colors of #76A09B
Black with #76A09B
Text Example
Text Example
White with #76A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A09B; }
p { color: rgb(118,160,155); }
H1.HeaderClassName
{
color: #76A09B;
}
.AnyTagClassName
{
color: #76A09B;
}
</style>
background-color css
<style>
a { background-color: #76A09B; }
a { background-color: rgb(118,160,155); }
div.DivClassName
{
background-color: #76A09B;
}
.BgClassName
{
background-color: #76A09B;
}
</style>
border-color css
<style>
span { border-color: #76A09B; }
span { border-color: rgb(118,160,155); }
td.TdClassName
{
border-color: #76A09B;
}
.TagClassName
{
border-color: #76A09B;
}
</style>