Shades of Juniper #738E90
Tints of Juniper #738E90
RGB
CMYK
RGB Variations
Color information
#738E90 (or 0x738E90) is known color: Juniper. HEX triplet: 73, 8E and 90. RGB value is (115,142,144). Sum of RGB (Red+Green+Blue) = 115+142+144=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 144 - color contains mainly: blue. Hex color #738E90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738E90 is #8C716F. Grayscale: #868686. Windows color (decimal): -9204080 or 9473651. OLE color: 9473651.
HSL color Cylindrical-coordinate representation of color #738E90: hue angle of 184.14º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #738E90 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 142 | 144 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.44 |
| HSL | 184.14º | 0.12% | 0.51% | - |
| HSV(B) | 184.14º | 0.2% | 0.56% | - |
| XYZ | 21.78 | 25 | 30.06 | - |
| YUV | 134.16 | 133.55 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 142 | 144 | 0.20 | 0.01 | 0 | 0.44 | 184.14 | 0.12 | 0.51 |
| Hex | 73 | 8E | 90 | 14 | 1 | 0 | 2C | B8 | C | 33 |
| Octal | 163 | 216 | 220 | 24 | 1 | 0 | 54 | 270 | 14 | 63 |
| Binary | 1110011 | 10001110 | 10010000 | 10100 | 1 | 0 | 101100 | 10111000 | 1100 | 110011 |
Color Harmonies of #738E90
Complementary color
Monochromatic Colors of #738E90
Black with #738E90
Text Example
Text Example
White with #738E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738E90; }
p { color: rgb(115,142,144); }
H1.HeaderClassName
{
color: #738E90;
}
.AnyTagClassName
{
color: #738E90;
}
</style>
background-color css
<style>
a { background-color: #738E90; }
a { background-color: rgb(115,142,144); }
div.DivClassName
{
background-color: #738E90;
}
.BgClassName
{
background-color: #738E90;
}
</style>
border-color css
<style>
span { border-color: #738E90; }
span { border-color: rgb(115,142,144); }
td.TdClassName
{
border-color: #738E90;
}
.TagClassName
{
border-color: #738E90;
}
</style>