Shades of Juniper #729A97
Tints of Juniper #729A97
RGB
CMYK
RGB Variations
Color information
#729A97 (or 0x729A97) is known color: Juniper. HEX triplet: 72, 9A and 97. RGB value is (114,154,151). Sum of RGB (Red+Green+Blue) = 114+154+151=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 154 - color contains mainly: green. Hex color #729A97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729A97 is #8D6568. Grayscale: #8D8D8D. Windows color (decimal): -9266537 or 9935474. OLE color: 9935474.
HSL color Cylindrical-coordinate representation of color #729A97: hue angle of 175.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #729A97 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 154 | 151 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.40 |
| HSL | 175.5º | 0.17% | 0.53% | - |
| HSV(B) | 175.5º | 0.26% | 0.6% | - |
| XYZ | 24.08 | 28.92 | 33.59 | - |
| YUV | 141.7 | 133.25 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 154 | 151 | 0.26 | 0 | 0.02 | 0.40 | 175.5 | 0.17 | 0.53 |
| Hex | 72 | 9A | 97 | 1A | 0 | 2 | 28 | B0 | 11 | 35 |
| Octal | 162 | 232 | 227 | 32 | 0 | 2 | 50 | 260 | 21 | 65 |
| Binary | 1110010 | 10011010 | 10010111 | 11010 | 0 | 10 | 101000 | 10110000 | 10001 | 110101 |
Color Harmonies of #729A97
Complementary color
Monochromatic Colors of #729A97
Black with #729A97
Text Example
Text Example
White with #729A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729A97; }
p { color: rgb(114,154,151); }
H1.HeaderClassName
{
color: #729A97;
}
.AnyTagClassName
{
color: #729A97;
}
</style>
background-color css
<style>
a { background-color: #729A97; }
a { background-color: rgb(114,154,151); }
div.DivClassName
{
background-color: #729A97;
}
.BgClassName
{
background-color: #729A97;
}
</style>
border-color css
<style>
span { border-color: #729A97; }
span { border-color: rgb(114,154,151); }
td.TdClassName
{
border-color: #729A97;
}
.TagClassName
{
border-color: #729A97;
}
</style>