Shades of Juniper #729392
Tints of Juniper #729392
RGB
CMYK
RGB Variations
Color information
#729392 (or 0x729392) is known color: Juniper. HEX triplet: 72, 93 and 92. RGB value is (114,147,146). Sum of RGB (Red+Green+Blue) = 114+147+146=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 147 - color contains mainly: green. Hex color #729392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729392 is #8D6C6D. Grayscale: #888888. Windows color (decimal): -9268334 or 9606002. OLE color: 9606002.
HSL color Cylindrical-coordinate representation of color #729392: hue angle of 178.18º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #729392 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 147 | 146 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.42 |
| HSL | 178.18º | 0.13% | 0.51% | - |
| HSV(B) | 178.18º | 0.22% | 0.58% | - |
| XYZ | 22.56 | 26.52 | 31.12 | - |
| YUV | 137.02 | 133.07 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 147 | 146 | 0.22 | 0 | 0.01 | 0.42 | 178.18 | 0.13 | 0.51 |
| Hex | 72 | 93 | 92 | 16 | 0 | 1 | 2A | B2 | D | 33 |
| Octal | 162 | 223 | 222 | 26 | 0 | 1 | 52 | 262 | 15 | 63 |
| Binary | 1110010 | 10010011 | 10010010 | 10110 | 0 | 1 | 101010 | 10110010 | 1101 | 110011 |
Color Harmonies of #729392
Complementary color
Monochromatic Colors of #729392
Black with #729392
Text Example
Text Example
White with #729392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729392; }
p { color: rgb(114,147,146); }
H1.HeaderClassName
{
color: #729392;
}
.AnyTagClassName
{
color: #729392;
}
</style>
background-color css
<style>
a { background-color: #729392; }
a { background-color: rgb(114,147,146); }
div.DivClassName
{
background-color: #729392;
}
.BgClassName
{
background-color: #729392;
}
</style>
border-color css
<style>
span { border-color: #729392; }
span { border-color: rgb(114,147,146); }
td.TdClassName
{
border-color: #729392;
}
.TagClassName
{
border-color: #729392;
}
</style>