Shades of Juniper #739699
Tints of Juniper #739699
RGB
CMYK
RGB Variations
Color information
#739699 (or 0x739699) is known color: Juniper. HEX triplet: 73, 96 and 99. RGB value is (115,150,153). Sum of RGB (Red+Green+Blue) = 115+150+153=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 153 - color contains mainly: blue. Hex color #739699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739699 is #8C6966. Grayscale: #8B8B8B. Windows color (decimal): -9202023 or 10065523. OLE color: 10065523.
HSL color Cylindrical-coordinate representation of color #739699: hue angle of 184.74º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #739699 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 115 | 150 | 153 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.4 |
| HSL | 184.74º | 0.16% | 0.53% | - |
| HSV(B) | 184.74º | 0.25% | 0.6% | - |
| XYZ | 23.73 | 27.76 | 34.24 | - |
| YUV | 139.88 | 135.4 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 150 | 153 | 0.25 | 0.02 | 0 | 0.4 | 184.74 | 0.16 | 0.53 |
| Hex | 73 | 96 | 99 | 19 | 2 | 0 | 28 | B9 | 10 | 35 |
| Octal | 163 | 226 | 231 | 31 | 2 | 0 | 50 | 271 | 20 | 65 |
| Binary | 1110011 | 10010110 | 10011001 | 11001 | 10 | 0 | 101000 | 10111001 | 10000 | 110101 |
Color Harmonies of #739699
Complementary color
Monochromatic Colors of #739699
Black with #739699
Text Example
Text Example
White with #739699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739699; }
p { color: rgb(115,150,153); }
H1.HeaderClassName
{
color: #739699;
}
.AnyTagClassName
{
color: #739699;
}
</style>
background-color css
<style>
a { background-color: #739699; }
a { background-color: rgb(115,150,153); }
div.DivClassName
{
background-color: #739699;
}
.BgClassName
{
background-color: #739699;
}
</style>
border-color css
<style>
span { border-color: #739699; }
span { border-color: rgb(115,150,153); }
td.TdClassName
{
border-color: #739699;
}
.TagClassName
{
border-color: #739699;
}
</style>