Shades of Juniper #728F90
Tints of Juniper #728F90
RGB
CMYK
RGB Variations
Color information
#728F90 (or 0x728F90) is known color: Juniper. HEX triplet: 72, 8F and 90. RGB value is (114,143,144). Sum of RGB (Red+Green+Blue) = 114+143+144=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 143 (56.25% from 255 or 35.66% 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 #728F90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728F90 is #8D706F. Grayscale: #868686. Windows color (decimal): -9269360 or 9473906. OLE color: 9473906.
HSL color Cylindrical-coordinate representation of color #728F90: hue angle of 182º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #728F90 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 143 | 144 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.44 |
| HSL | 182º | 0.12% | 0.51% | - |
| HSV(B) | 182º | 0.21% | 0.56% | - |
| XYZ | 21.8 | 25.24 | 30.11 | - |
| YUV | 134.44 | 133.39 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 143 | 144 | 0.21 | 0.01 | 0 | 0.44 | 182 | 0.12 | 0.51 |
| Hex | 72 | 8F | 90 | 15 | 1 | 0 | 2C | B6 | C | 33 |
| Octal | 162 | 217 | 220 | 25 | 1 | 0 | 54 | 266 | 14 | 63 |
| Binary | 1110010 | 10001111 | 10010000 | 10101 | 1 | 0 | 101100 | 10110110 | 1100 | 110011 |
Color Harmonies of #728F90
Complementary color
Monochromatic Colors of #728F90
Black with #728F90
Text Example
Text Example
White with #728F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728F90; }
p { color: rgb(114,143,144); }
H1.HeaderClassName
{
color: #728F90;
}
.AnyTagClassName
{
color: #728F90;
}
</style>
background-color css
<style>
a { background-color: #728F90; }
a { background-color: rgb(114,143,144); }
div.DivClassName
{
background-color: #728F90;
}
.BgClassName
{
background-color: #728F90;
}
</style>
border-color css
<style>
span { border-color: #728F90; }
span { border-color: rgb(114,143,144); }
td.TdClassName
{
border-color: #728F90;
}
.TagClassName
{
border-color: #728F90;
}
</style>