Shades of Juniper #729594
Tints of Juniper #729594
RGB
CMYK
RGB Variations
Color information
#729594 (or 0x729594) is known color: Juniper. HEX triplet: 72, 95 and 94. RGB value is (114,149,148). Sum of RGB (Red+Green+Blue) = 114+149+148=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 149 - color contains mainly: green. Hex color #729594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729594 is #8D6A6B. Grayscale: #8A8A8A. Windows color (decimal): -9267820 or 9737586. OLE color: 9737586.
HSL color Cylindrical-coordinate representation of color #729594: hue angle of 178.29º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #729594 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 149 | 148 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.42 |
| HSL | 178.29º | 0.14% | 0.52% | - |
| HSV(B) | 178.29º | 0.23% | 0.58% | - |
| XYZ | 23.03 | 27.21 | 32.06 | - |
| YUV | 138.42 | 133.4 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 149 | 148 | 0.23 | 0 | 0.01 | 0.42 | 178.29 | 0.14 | 0.52 |
| Hex | 72 | 95 | 94 | 17 | 0 | 1 | 2A | B2 | E | 34 |
| Octal | 162 | 225 | 224 | 27 | 0 | 1 | 52 | 262 | 16 | 64 |
| Binary | 1110010 | 10010101 | 10010100 | 10111 | 0 | 1 | 101010 | 10110010 | 1110 | 110100 |
Color Harmonies of #729594
Complementary color
Monochromatic Colors of #729594
Black with #729594
Text Example
Text Example
White with #729594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729594; }
p { color: rgb(114,149,148); }
H1.HeaderClassName
{
color: #729594;
}
.AnyTagClassName
{
color: #729594;
}
</style>
background-color css
<style>
a { background-color: #729594; }
a { background-color: rgb(114,149,148); }
div.DivClassName
{
background-color: #729594;
}
.BgClassName
{
background-color: #729594;
}
</style>
border-color css
<style>
span { border-color: #729594; }
span { border-color: rgb(114,149,148); }
td.TdClassName
{
border-color: #729594;
}
.TagClassName
{
border-color: #729594;
}
</style>