Shades of Juniper #769891
Tints of Juniper #769891
RGB
CMYK
RGB Variations
Color information
#769891 (or 0x769891) is known color: Juniper. HEX triplet: 76, 98 and 91. RGB value is (118,152,145). Sum of RGB (Red+Green+Blue) = 118+152+145=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 152 - color contains mainly: green. Hex color #769891 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769891 is #89676E. Grayscale: #8D8D8D. Windows color (decimal): -9004911 or 9541750. OLE color: 9541750.
HSL color Cylindrical-coordinate representation of color #769891: hue angle of 167.65º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #769891 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 152 | 145 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.40 |
| HSL | 167.65º | 0.14% | 0.53% | - |
| HSV(B) | 167.65º | 0.22% | 0.6% | - |
| XYZ | 23.81 | 28.35 | 31.01 | - |
| YUV | 141.04 | 130.24 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 152 | 145 | 0.22 | 0 | 0.05 | 0.40 | 167.65 | 0.14 | 0.53 |
| Hex | 76 | 98 | 91 | 16 | 0 | 5 | 28 | A8 | E | 35 |
| Octal | 166 | 230 | 221 | 26 | 0 | 5 | 50 | 250 | 16 | 65 |
| Binary | 1110110 | 10011000 | 10010001 | 10110 | 0 | 101 | 101000 | 10101000 | 1110 | 110101 |
Color Harmonies of #769891
Complementary color
Monochromatic Colors of #769891
Black with #769891
Text Example
Text Example
White with #769891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769891; }
p { color: rgb(118,152,145); }
H1.HeaderClassName
{
color: #769891;
}
.AnyTagClassName
{
color: #769891;
}
</style>
background-color css
<style>
a { background-color: #769891; }
a { background-color: rgb(118,152,145); }
div.DivClassName
{
background-color: #769891;
}
.BgClassName
{
background-color: #769891;
}
</style>
border-color css
<style>
span { border-color: #769891; }
span { border-color: rgb(118,152,145); }
td.TdClassName
{
border-color: #769891;
}
.TagClassName
{
border-color: #769891;
}
</style>