Shades of Juniper #728B89
Tints of Juniper #728B89
RGB
CMYK
RGB Variations
Color information
#728B89 (or 0x728B89) is known color: Juniper. HEX triplet: 72, 8B and 89. RGB value is (114,139,137). Sum of RGB (Red+Green+Blue) = 114+139+137=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 139 - color contains mainly: green. Hex color #728B89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728B89 is #8D7476. Grayscale: #838383. Windows color (decimal): -9270391 or 9014130. OLE color: 9014130.
HSL color Cylindrical-coordinate representation of color #728B89: hue angle of 175.2º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #728B89 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 139 | 137 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.45 |
| HSL | 175.2º | 0.1% | 0.5% | - |
| HSV(B) | 175.2º | 0.18% | 0.55% | - |
| XYZ | 20.69 | 23.85 | 27.18 | - |
| YUV | 131.3 | 131.22 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 139 | 137 | 0.18 | 0 | 0.01 | 0.45 | 175.2 | 0.1 | 0.5 |
| Hex | 72 | 8B | 89 | 12 | 0 | 1 | 2D | AF | A | 32 |
| Octal | 162 | 213 | 211 | 22 | 0 | 1 | 55 | 257 | 12 | 62 |
| Binary | 1110010 | 10001011 | 10001001 | 10010 | 0 | 1 | 101101 | 10101111 | 1010 | 110010 |
Color Harmonies of #728B89
Complementary color
Monochromatic Colors of #728B89
Black with #728B89
Text Example
Text Example
White with #728B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728B89; }
p { color: rgb(114,139,137); }
H1.HeaderClassName
{
color: #728B89;
}
.AnyTagClassName
{
color: #728B89;
}
</style>
background-color css
<style>
a { background-color: #728B89; }
a { background-color: rgb(114,139,137); }
div.DivClassName
{
background-color: #728B89;
}
.BgClassName
{
background-color: #728B89;
}
</style>
border-color css
<style>
span { border-color: #728B89; }
span { border-color: rgb(114,139,137); }
td.TdClassName
{
border-color: #728B89;
}
.TagClassName
{
border-color: #728B89;
}
</style>