Shades of Juniper #729B94
Tints of Juniper #729B94
RGB
CMYK
RGB Variations
Color information
#729B94 (or 0x729B94) is known color: Juniper. HEX triplet: 72, 9B and 94. RGB value is (114,155,148). Sum of RGB (Red+Green+Blue) = 114+155+148=417 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.34% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 155 - color contains mainly: green. Hex color #729B94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729B94 is #8D646B. Grayscale: #8D8D8D. Windows color (decimal): -9266284 or 9739122. OLE color: 9739122.
HSL color Cylindrical-coordinate representation of color #729B94: hue angle of 169.76º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #729B94 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 155 | 148 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.39 |
| HSL | 169.76º | 0.17% | 0.53% | - |
| HSV(B) | 169.76º | 0.26% | 0.61% | - |
| XYZ | 24.01 | 29.16 | 32.38 | - |
| YUV | 141.94 | 131.42 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 155 | 148 | 0.26 | 0 | 0.05 | 0.39 | 169.76 | 0.17 | 0.53 |
| Hex | 72 | 9B | 94 | 1A | 0 | 5 | 27 | AA | 11 | 35 |
| Octal | 162 | 233 | 224 | 32 | 0 | 5 | 47 | 252 | 21 | 65 |
| Binary | 1110010 | 10011011 | 10010100 | 11010 | 0 | 101 | 100111 | 10101010 | 10001 | 110101 |
Color Harmonies of #729B94
Complementary color
Monochromatic Colors of #729B94
Black with #729B94
Text Example
Text Example
White with #729B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729B94; }
p { color: rgb(114,155,148); }
H1.HeaderClassName
{
color: #729B94;
}
.AnyTagClassName
{
color: #729B94;
}
</style>
background-color css
<style>
a { background-color: #729B94; }
a { background-color: rgb(114,155,148); }
div.DivClassName
{
background-color: #729B94;
}
.BgClassName
{
background-color: #729B94;
}
</style>
border-color css
<style>
span { border-color: #729B94; }
span { border-color: rgb(114,155,148); }
td.TdClassName
{
border-color: #729B94;
}
.TagClassName
{
border-color: #729B94;
}
</style>