Shades of Juniper #729396
Tints of Juniper #729396
RGB
CMYK
RGB Variations
Color information
#729396 (or 0x729396) is known color: Juniper. HEX triplet: 72, 93 and 96. RGB value is (114,147,150). Sum of RGB (Red+Green+Blue) = 114+147+150=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 150 - color contains mainly: blue. Hex color #729396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729396 is #8D6C69. Grayscale: #898989. Windows color (decimal): -9268330 or 9868146. OLE color: 9868146.
HSL color Cylindrical-coordinate representation of color #729396: hue angle of 185º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #729396 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 147 | 150 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.41 |
| HSL | 185º | 0.15% | 0.52% | - |
| HSV(B) | 185º | 0.24% | 0.59% | - |
| XYZ | 22.88 | 26.65 | 32.79 | - |
| YUV | 137.48 | 135.07 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 147 | 150 | 0.24 | 0.02 | 0 | 0.41 | 185 | 0.15 | 0.52 |
| Hex | 72 | 93 | 96 | 18 | 2 | 0 | 29 | B9 | F | 34 |
| Octal | 162 | 223 | 226 | 30 | 2 | 0 | 51 | 271 | 17 | 64 |
| Binary | 1110010 | 10010011 | 10010110 | 11000 | 10 | 0 | 101001 | 10111001 | 1111 | 110100 |
Color Harmonies of #729396
Complementary color
Monochromatic Colors of #729396
Black with #729396
Text Example
Text Example
White with #729396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729396; }
p { color: rgb(114,147,150); }
H1.HeaderClassName
{
color: #729396;
}
.AnyTagClassName
{
color: #729396;
}
</style>
background-color css
<style>
a { background-color: #729396; }
a { background-color: rgb(114,147,150); }
div.DivClassName
{
background-color: #729396;
}
.BgClassName
{
background-color: #729396;
}
</style>
border-color css
<style>
span { border-color: #729396; }
span { border-color: rgb(114,147,150); }
td.TdClassName
{
border-color: #729396;
}
.TagClassName
{
border-color: #729396;
}
</style>