Shades of Juniper #729193
Tints of Juniper #729193
RGB
CMYK
RGB Variations
Color information
#729193 (or 0x729193) is known color: Juniper. HEX triplet: 72, 91 and 93. RGB value is (114,145,147). Sum of RGB (Red+Green+Blue) = 114+145+147=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 147 - color contains mainly: blue. Hex color #729193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729193 is #8D6E6C. Grayscale: #878787. Windows color (decimal): -9268845 or 9671026. OLE color: 9671026.
HSL color Cylindrical-coordinate representation of color #729193: hue angle of 183.64º 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 #729193 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 145 | 147 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.42 |
| HSL | 183.64º | 0.13% | 0.51% | - |
| HSV(B) | 183.64º | 0.22% | 0.58% | - |
| XYZ | 22.33 | 25.93 | 31.43 | - |
| YUV | 135.96 | 134.23 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 145 | 147 | 0.22 | 0.01 | 0 | 0.42 | 183.64 | 0.13 | 0.51 |
| Hex | 72 | 91 | 93 | 16 | 1 | 0 | 2A | B8 | D | 33 |
| Octal | 162 | 221 | 223 | 26 | 1 | 0 | 52 | 270 | 15 | 63 |
| Binary | 1110010 | 10010001 | 10010011 | 10110 | 1 | 0 | 101010 | 10111000 | 1101 | 110011 |
Color Harmonies of #729193
Complementary color
Monochromatic Colors of #729193
Black with #729193
Text Example
Text Example
White with #729193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729193; }
p { color: rgb(114,145,147); }
H1.HeaderClassName
{
color: #729193;
}
.AnyTagClassName
{
color: #729193;
}
</style>
background-color css
<style>
a { background-color: #729193; }
a { background-color: rgb(114,145,147); }
div.DivClassName
{
background-color: #729193;
}
.BgClassName
{
background-color: #729193;
}
</style>
border-color css
<style>
span { border-color: #729193; }
span { border-color: rgb(114,145,147); }
td.TdClassName
{
border-color: #729193;
}
.TagClassName
{
border-color: #729193;
}
</style>