Shades of Juniper #729A9A
Tints of Juniper #729A9A
RGB
CMYK
RGB Variations
Color information
#729A9A (or 0x729A9A) is known color: Juniper. HEX triplet: 72, 9A and 9A. RGB value is (114,154,154). Sum of RGB (Red+Green+Blue) = 114+154+154=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 154 - color contains mainly: green, blue. Hex color #729A9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729A9A is #8D6565. Grayscale: #8E8E8E. Windows color (decimal): -9266534 or 10132082. OLE color: 10132082.
HSL color Cylindrical-coordinate representation of color #729A9A: hue angle of 180º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #729A9A is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 154 | 154 | - |
| CMYK | 0.26 | 0 | 0 | 0.40 |
| HSL | 180º | 0.17% | 0.53% | - |
| HSV(B) | 180º | 0.26% | 0.6% | - |
| XYZ | 24.33 | 29.02 | 34.89 | - |
| YUV | 142.04 | 134.75 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 154 | 154 | 0.26 | 0 | 0 | 0.40 | 180 | 0.17 | 0.53 |
| Hex | 72 | 9A | 9A | 1A | 0 | 0 | 28 | B4 | 11 | 35 |
| Octal | 162 | 232 | 232 | 32 | 0 | 0 | 50 | 264 | 21 | 65 |
| Binary | 1110010 | 10011010 | 10011010 | 11010 | 0 | 0 | 101000 | 10110100 | 10001 | 110101 |
Color Harmonies of #729A9A
Complementary color
Monochromatic Colors of #729A9A
Black with #729A9A
Text Example
Text Example
White with #729A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729A9A; }
p { color: rgb(114,154,154); }
H1.HeaderClassName
{
color: #729A9A;
}
.AnyTagClassName
{
color: #729A9A;
}
</style>
background-color css
<style>
a { background-color: #729A9A; }
a { background-color: rgb(114,154,154); }
div.DivClassName
{
background-color: #729A9A;
}
.BgClassName
{
background-color: #729A9A;
}
</style>
border-color css
<style>
span { border-color: #729A9A; }
span { border-color: rgb(114,154,154); }
td.TdClassName
{
border-color: #729A9A;
}
.TagClassName
{
border-color: #729A9A;
}
</style>