Shades of Juniper #738B89
Tints of Juniper #738B89
RGB
CMYK
RGB Variations
Color information
#738B89 (or 0x738B89) is known color: Juniper. HEX triplet: 73, 8B and 89. RGB value is (115,139,137). Sum of RGB (Red+Green+Blue) = 115+139+137=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 139 - color contains mainly: green. Hex color #738B89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738B89 is #8C7476. Grayscale: #838383. Windows color (decimal): -9204855 or 9014131. OLE color: 9014131.
HSL color Cylindrical-coordinate representation of color #738B89: hue angle of 175º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #738B89 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 139 | 137 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.45 |
| HSL | 175º | 0.09% | 0.5% | - |
| HSV(B) | 175º | 0.17% | 0.55% | - |
| XYZ | 20.82 | 23.92 | 27.19 | - |
| YUV | 131.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 139 | 137 | 0.17 | 0 | 0.01 | 0.45 | 175 | 0.09 | 0.5 |
| Hex | 73 | 8B | 89 | 11 | 0 | 1 | 2D | AF | 9 | 32 |
| Octal | 163 | 213 | 211 | 21 | 0 | 1 | 55 | 257 | 11 | 62 |
| Binary | 1110011 | 10001011 | 10001001 | 10001 | 0 | 1 | 101101 | 10101111 | 1001 | 110010 |
Color Harmonies of #738B89
Complementary color
Monochromatic Colors of #738B89
Black with #738B89
Text Example
Text Example
White with #738B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738B89; }
p { color: rgb(115,139,137); }
H1.HeaderClassName
{
color: #738B89;
}
.AnyTagClassName
{
color: #738B89;
}
</style>
background-color css
<style>
a { background-color: #738B89; }
a { background-color: rgb(115,139,137); }
div.DivClassName
{
background-color: #738B89;
}
.BgClassName
{
background-color: #738B89;
}
</style>
border-color css
<style>
span { border-color: #738B89; }
span { border-color: rgb(115,139,137); }
td.TdClassName
{
border-color: #738B89;
}
.TagClassName
{
border-color: #738B89;
}
</style>