Shades of Juniper #739192
Tints of Juniper #739192
RGB
CMYK
RGB Variations
Color information
#739192 (or 0x739192) is known color: Juniper. HEX triplet: 73, 91 and 92. RGB value is (115,145,146). Sum of RGB (Red+Green+Blue) = 115+145+146=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 146 - color contains mainly: blue. Hex color #739192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739192 is #8C6E6D. Grayscale: #888888. Windows color (decimal): -9203310 or 9605491. OLE color: 9605491.
HSL color Cylindrical-coordinate representation of color #739192: hue angle of 181.94º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #739192 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 115 | 145 | 146 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.43 |
| HSL | 181.94º | 0.12% | 0.51% | - |
| HSV(B) | 181.94º | 0.21% | 0.57% | - |
| XYZ | 22.38 | 25.97 | 31.03 | - |
| YUV | 136.14 | 133.56 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 145 | 146 | 0.21 | 0.01 | 0 | 0.43 | 181.94 | 0.12 | 0.51 |
| Hex | 73 | 91 | 92 | 15 | 1 | 0 | 2B | B6 | C | 33 |
| Octal | 163 | 221 | 222 | 25 | 1 | 0 | 53 | 266 | 14 | 63 |
| Binary | 1110011 | 10010001 | 10010010 | 10101 | 1 | 0 | 101011 | 10110110 | 1100 | 110011 |
Color Harmonies of #739192
Complementary color
Monochromatic Colors of #739192
Black with #739192
Text Example
Text Example
White with #739192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739192; }
p { color: rgb(115,145,146); }
H1.HeaderClassName
{
color: #739192;
}
.AnyTagClassName
{
color: #739192;
}
</style>
background-color css
<style>
a { background-color: #739192; }
a { background-color: rgb(115,145,146); }
div.DivClassName
{
background-color: #739192;
}
.BgClassName
{
background-color: #739192;
}
</style>
border-color css
<style>
span { border-color: #739192; }
span { border-color: rgb(115,145,146); }
td.TdClassName
{
border-color: #739192;
}
.TagClassName
{
border-color: #739192;
}
</style>