Shades of Juniper #739F98
Tints of Juniper #739F98
RGB
CMYK
RGB Variations
Color information
#739F98 (or 0x739F98) is known color: Juniper. HEX triplet: 73, 9F and 98. RGB value is (115,159,152). Sum of RGB (Red+Green+Blue) = 115+159+152=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 159 - color contains mainly: green. Hex color #739F98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739F98 is #8C6067. Grayscale: #919191. Windows color (decimal): -9199720 or 10002291. OLE color: 10002291.
HSL color Cylindrical-coordinate representation of color #739F98: hue angle of 170.45º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #739F98 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 159 | 152 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.38 |
| HSL | 170.45º | 0.19% | 0.54% | - |
| HSV(B) | 170.45º | 0.28% | 0.62% | - |
| XYZ | 25.14 | 30.71 | 34.31 | - |
| YUV | 145.05 | 131.92 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 159 | 152 | 0.28 | 0 | 0.04 | 0.38 | 170.45 | 0.19 | 0.54 |
| Hex | 73 | 9F | 98 | 1C | 0 | 4 | 26 | AA | 13 | 36 |
| Octal | 163 | 237 | 230 | 34 | 0 | 4 | 46 | 252 | 23 | 66 |
| Binary | 1110011 | 10011111 | 10011000 | 11100 | 0 | 100 | 100110 | 10101010 | 10011 | 110110 |
Color Harmonies of #739F98
Complementary color
Monochromatic Colors of #739F98
Black with #739F98
Text Example
Text Example
White with #739F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739F98; }
p { color: rgb(115,159,152); }
H1.HeaderClassName
{
color: #739F98;
}
.AnyTagClassName
{
color: #739F98;
}
</style>
background-color css
<style>
a { background-color: #739F98; }
a { background-color: rgb(115,159,152); }
div.DivClassName
{
background-color: #739F98;
}
.BgClassName
{
background-color: #739F98;
}
</style>
border-color css
<style>
span { border-color: #739F98; }
span { border-color: rgb(115,159,152); }
td.TdClassName
{
border-color: #739F98;
}
.TagClassName
{
border-color: #739F98;
}
</style>