Shades of Juniper #769892
Tints of Juniper #769892
RGB
CMYK
RGB Variations
Color information
#769892 (or 0x769892) is known color: Juniper. HEX triplet: 76, 98 and 92. RGB value is (118,152,146). Sum of RGB (Red+Green+Blue) = 118+152+146=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 152 - color contains mainly: green. Hex color #769892 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769892 is #89676D. Grayscale: #8D8D8D. Windows color (decimal): -9004910 or 9607286. OLE color: 9607286.
HSL color Cylindrical-coordinate representation of color #769892: hue angle of 169.41º 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 #769892 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 152 | 146 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.40 |
| HSL | 169.41º | 0.14% | 0.53% | - |
| HSV(B) | 169.41º | 0.22% | 0.6% | - |
| XYZ | 23.89 | 28.38 | 31.41 | - |
| YUV | 141.15 | 130.74 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 152 | 146 | 0.22 | 0 | 0.04 | 0.40 | 169.41 | 0.14 | 0.53 |
| Hex | 76 | 98 | 92 | 16 | 0 | 4 | 28 | A9 | E | 35 |
| Octal | 166 | 230 | 222 | 26 | 0 | 4 | 50 | 251 | 16 | 65 |
| Binary | 1110110 | 10011000 | 10010010 | 10110 | 0 | 100 | 101000 | 10101001 | 1110 | 110101 |
Color Harmonies of #769892
Complementary color
Monochromatic Colors of #769892
Black with #769892
Text Example
Text Example
White with #769892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769892; }
p { color: rgb(118,152,146); }
H1.HeaderClassName
{
color: #769892;
}
.AnyTagClassName
{
color: #769892;
}
</style>
background-color css
<style>
a { background-color: #769892; }
a { background-color: rgb(118,152,146); }
div.DivClassName
{
background-color: #769892;
}
.BgClassName
{
background-color: #769892;
}
</style>
border-color css
<style>
span { border-color: #769892; }
span { border-color: rgb(118,152,146); }
td.TdClassName
{
border-color: #769892;
}
.TagClassName
{
border-color: #769892;
}
</style>