Shades of Juniper #729390
Tints of Juniper #729390
RGB
CMYK
RGB Variations
Color information
#729390 (or 0x729390) is known color: Juniper. HEX triplet: 72, 93 and 90. RGB value is (114,147,144). Sum of RGB (Red+Green+Blue) = 114+147+144=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 147 - color contains mainly: green. Hex color #729390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729390 is #8D6C6F. Grayscale: #888888. Windows color (decimal): -9268336 or 9474930. OLE color: 9474930.
HSL color Cylindrical-coordinate representation of color #729390: hue angle of 174.55º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #729390 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 147 | 144 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.42 |
| HSL | 174.55º | 0.13% | 0.51% | - |
| HSV(B) | 174.55º | 0.22% | 0.58% | - |
| XYZ | 22.41 | 26.46 | 30.31 | - |
| YUV | 136.79 | 132.07 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 147 | 144 | 0.22 | 0 | 0.02 | 0.42 | 174.55 | 0.13 | 0.51 |
| Hex | 72 | 93 | 90 | 16 | 0 | 2 | 2A | AF | D | 33 |
| Octal | 162 | 223 | 220 | 26 | 0 | 2 | 52 | 257 | 15 | 63 |
| Binary | 1110010 | 10010011 | 10010000 | 10110 | 0 | 10 | 101010 | 10101111 | 1101 | 110011 |
Color Harmonies of #729390
Complementary color
Monochromatic Colors of #729390
Black with #729390
Text Example
Text Example
White with #729390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729390; }
p { color: rgb(114,147,144); }
H1.HeaderClassName
{
color: #729390;
}
.AnyTagClassName
{
color: #729390;
}
</style>
background-color css
<style>
a { background-color: #729390; }
a { background-color: rgb(114,147,144); }
div.DivClassName
{
background-color: #729390;
}
.BgClassName
{
background-color: #729390;
}
</style>
border-color css
<style>
span { border-color: #729390; }
span { border-color: rgb(114,147,144); }
td.TdClassName
{
border-color: #729390;
}
.TagClassName
{
border-color: #729390;
}
</style>