Shades of Juniper #739A93
Tints of Juniper #739A93
RGB
CMYK
RGB Variations
Color information
#739A93 (or 0x739A93) is known color: Juniper. HEX triplet: 73, 9A and 93. RGB value is (115,154,147). Sum of RGB (Red+Green+Blue) = 115+154+147=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 154 - color contains mainly: green. Hex color #739A93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739A93 is #8C656C. Grayscale: #8D8D8D. Windows color (decimal): -9201005 or 9673331. OLE color: 9673331.
HSL color Cylindrical-coordinate representation of color #739A93: hue angle of 169.23º 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 #739A93 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 154 | 147 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.40 |
| HSL | 169.23º | 0.16% | 0.53% | - |
| HSV(B) | 169.23º | 0.25% | 0.6% | - |
| XYZ | 23.89 | 28.86 | 31.92 | - |
| YUV | 141.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 154 | 147 | 0.25 | 0 | 0.05 | 0.40 | 169.23 | 0.16 | 0.53 |
| Hex | 73 | 9A | 93 | 19 | 0 | 5 | 28 | A9 | 10 | 35 |
| Octal | 163 | 232 | 223 | 31 | 0 | 5 | 50 | 251 | 20 | 65 |
| Binary | 1110011 | 10011010 | 10010011 | 11001 | 0 | 101 | 101000 | 10101001 | 10000 | 110101 |
Color Harmonies of #739A93
Complementary color
Monochromatic Colors of #739A93
Black with #739A93
Text Example
Text Example
White with #739A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739A93; }
p { color: rgb(115,154,147); }
H1.HeaderClassName
{
color: #739A93;
}
.AnyTagClassName
{
color: #739A93;
}
</style>
background-color css
<style>
a { background-color: #739A93; }
a { background-color: rgb(115,154,147); }
div.DivClassName
{
background-color: #739A93;
}
.BgClassName
{
background-color: #739A93;
}
</style>
border-color css
<style>
span { border-color: #739A93; }
span { border-color: rgb(115,154,147); }
td.TdClassName
{
border-color: #739A93;
}
.TagClassName
{
border-color: #739A93;
}
</style>