Shades of Juniper #739896
Tints of Juniper #739896
RGB
CMYK
RGB Variations
Color information
#739896 (or 0x739896) is known color: Juniper. HEX triplet: 73, 98 and 96. RGB value is (115,152,150). Sum of RGB (Red+Green+Blue) = 115+152+150=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 152 - color contains mainly: green. Hex color #739896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739896 is #8C6769. Grayscale: #8C8C8C. Windows color (decimal): -9201514 or 9869427. OLE color: 9869427.
HSL color Cylindrical-coordinate representation of color #739896: hue angle of 176.76º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #739896 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 152 | 150 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.40 |
| HSL | 176.76º | 0.15% | 0.52% | - |
| HSV(B) | 176.76º | 0.24% | 0.6% | - |
| XYZ | 23.8 | 28.3 | 33.06 | - |
| YUV | 140.71 | 133.24 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 152 | 150 | 0.24 | 0 | 0.01 | 0.40 | 176.76 | 0.15 | 0.52 |
| Hex | 73 | 98 | 96 | 18 | 0 | 1 | 28 | B1 | F | 34 |
| Octal | 163 | 230 | 226 | 30 | 0 | 1 | 50 | 261 | 17 | 64 |
| Binary | 1110011 | 10011000 | 10010110 | 11000 | 0 | 1 | 101000 | 10110001 | 1111 | 110100 |
Color Harmonies of #739896
Complementary color
Monochromatic Colors of #739896
Black with #739896
Text Example
Text Example
White with #739896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739896; }
p { color: rgb(115,152,150); }
H1.HeaderClassName
{
color: #739896;
}
.AnyTagClassName
{
color: #739896;
}
</style>
background-color css
<style>
a { background-color: #739896; }
a { background-color: rgb(115,152,150); }
div.DivClassName
{
background-color: #739896;
}
.BgClassName
{
background-color: #739896;
}
</style>
border-color css
<style>
span { border-color: #739896; }
span { border-color: rgb(115,152,150); }
td.TdClassName
{
border-color: #739896;
}
.TagClassName
{
border-color: #739896;
}
</style>