Shades of Juniper #729C99
Tints of Juniper #729C99
RGB
CMYK
RGB Variations
Color information
#729C99 (or 0x729C99) is known color: Juniper. HEX triplet: 72, 9C and 99. RGB value is (114,156,153). Sum of RGB (Red+Green+Blue) = 114+156+153=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 156 - color contains mainly: green. Hex color #729C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729C99 is #8D6366. Grayscale: #8F8F8F. Windows color (decimal): -9266023 or 10067058. OLE color: 10067058.
HSL color Cylindrical-coordinate representation of color #729C99: hue angle of 175.71º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #729C99 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 156 | 153 | - |
| CMYK | 0.27 | 0 | 0.02 | 0.39 |
| HSL | 175.71º | 0.18% | 0.53% | - |
| HSV(B) | 175.71º | 0.27% | 0.61% | - |
| XYZ | 24.58 | 29.65 | 34.57 | - |
| YUV | 143.1 | 133.59 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 156 | 153 | 0.27 | 0 | 0.02 | 0.39 | 175.71 | 0.18 | 0.53 |
| Hex | 72 | 9C | 99 | 1B | 0 | 2 | 27 | B0 | 12 | 35 |
| Octal | 162 | 234 | 231 | 33 | 0 | 2 | 47 | 260 | 22 | 65 |
| Binary | 1110010 | 10011100 | 10011001 | 11011 | 0 | 10 | 100111 | 10110000 | 10010 | 110101 |
Color Harmonies of #729C99
Complementary color
Monochromatic Colors of #729C99
Black with #729C99
Text Example
Text Example
White with #729C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729C99; }
p { color: rgb(114,156,153); }
H1.HeaderClassName
{
color: #729C99;
}
.AnyTagClassName
{
color: #729C99;
}
</style>
background-color css
<style>
a { background-color: #729C99; }
a { background-color: rgb(114,156,153); }
div.DivClassName
{
background-color: #729C99;
}
.BgClassName
{
background-color: #729C99;
}
</style>
border-color css
<style>
span { border-color: #729C99; }
span { border-color: rgb(114,156,153); }
td.TdClassName
{
border-color: #729C99;
}
.TagClassName
{
border-color: #729C99;
}
</style>