Shades of Juniper #769694
Tints of Juniper #769694
RGB
CMYK
RGB Variations
Color information
#769694 (or 0x769694) is known color: Juniper. HEX triplet: 76, 96 and 94. RGB value is (118,150,148). Sum of RGB (Red+Green+Blue) = 118+150+148=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 150 - color contains mainly: green. Hex color #769694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769694 is #89696B. Grayscale: #8C8C8C. Windows color (decimal): -9005420 or 9737846. OLE color: 9737846.
HSL color Cylindrical-coordinate representation of color #769694: hue angle of 176.25º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #769694 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 150 | 148 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.41 |
| HSL | 176.25º | 0.13% | 0.53% | - |
| HSV(B) | 176.25º | 0.21% | 0.59% | - |
| XYZ | 23.72 | 27.8 | 32.13 | - |
| YUV | 140.2 | 132.4 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 150 | 148 | 0.21 | 0 | 0.01 | 0.41 | 176.25 | 0.13 | 0.53 |
| Hex | 76 | 96 | 94 | 15 | 0 | 1 | 29 | B0 | D | 35 |
| Octal | 166 | 226 | 224 | 25 | 0 | 1 | 51 | 260 | 15 | 65 |
| Binary | 1110110 | 10010110 | 10010100 | 10101 | 0 | 1 | 101001 | 10110000 | 1101 | 110101 |
Color Harmonies of #769694
Complementary color
Monochromatic Colors of #769694
Black with #769694
Text Example
Text Example
White with #769694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769694; }
p { color: rgb(118,150,148); }
H1.HeaderClassName
{
color: #769694;
}
.AnyTagClassName
{
color: #769694;
}
</style>
background-color css
<style>
a { background-color: #769694; }
a { background-color: rgb(118,150,148); }
div.DivClassName
{
background-color: #769694;
}
.BgClassName
{
background-color: #769694;
}
</style>
border-color css
<style>
span { border-color: #769694; }
span { border-color: rgb(118,150,148); }
td.TdClassName
{
border-color: #769694;
}
.TagClassName
{
border-color: #769694;
}
</style>