Shades of Juniper #729992
Tints of Juniper #729992
RGB
CMYK
RGB Variations
Color information
#729992 (or 0x729992) is known color: Juniper. HEX triplet: 72, 99 and 92. RGB value is (114,153,146). Sum of RGB (Red+Green+Blue) = 114+153+146=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 153 - color contains mainly: green. Hex color #729992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729992 is #8D666D. Grayscale: #8C8C8C. Windows color (decimal): -9266798 or 9607538. OLE color: 9607538.
HSL color Cylindrical-coordinate representation of color #729992: hue angle of 169.23º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #729992 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 114 | 153 | 146 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.4 |
| HSL | 169.23º | 0.16% | 0.52% | - |
| HSV(B) | 169.23º | 0.25% | 0.6% | - |
| XYZ | 23.52 | 28.44 | 31.44 | - |
| YUV | 140.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 153 | 146 | 0.25 | 0 | 0.05 | 0.4 | 169.23 | 0.16 | 0.52 |
| Hex | 72 | 99 | 92 | 19 | 0 | 5 | 28 | A9 | 10 | 34 |
| Octal | 162 | 231 | 222 | 31 | 0 | 5 | 50 | 251 | 20 | 64 |
| Binary | 1110010 | 10011001 | 10010010 | 11001 | 0 | 101 | 101000 | 10101001 | 10000 | 110100 |
Color Harmonies of #729992
Complementary color
Monochromatic Colors of #729992
Black with #729992
Text Example
Text Example
White with #729992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729992; }
p { color: rgb(114,153,146); }
H1.HeaderClassName
{
color: #729992;
}
.AnyTagClassName
{
color: #729992;
}
</style>
background-color css
<style>
a { background-color: #729992; }
a { background-color: rgb(114,153,146); }
div.DivClassName
{
background-color: #729992;
}
.BgClassName
{
background-color: #729992;
}
</style>
border-color css
<style>
span { border-color: #729992; }
span { border-color: rgb(114,153,146); }
td.TdClassName
{
border-color: #729992;
}
.TagClassName
{
border-color: #729992;
}
</style>