Shades of Juniper #729B9A
Tints of Juniper #729B9A
RGB
CMYK
RGB Variations
Color information
#729B9A (or 0x729B9A) is known color: Juniper. HEX triplet: 72, 9B and 9A. RGB value is (114,155,154). Sum of RGB (Red+Green+Blue) = 114+155+154=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 155 - color contains mainly: green. Hex color #729B9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729B9A is #8D6465. Grayscale: #8E8E8E. Windows color (decimal): -9266278 or 10132338. OLE color: 10132338.
HSL color Cylindrical-coordinate representation of color #729B9A: hue angle of 178.54º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #729B9A is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 155 | 154 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.39 |
| HSL | 178.54º | 0.17% | 0.53% | - |
| HSV(B) | 178.54º | 0.26% | 0.61% | - |
| XYZ | 24.49 | 29.35 | 34.95 | - |
| YUV | 142.63 | 134.42 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 155 | 154 | 0.26 | 0 | 0.01 | 0.39 | 178.54 | 0.17 | 0.53 |
| Hex | 72 | 9B | 9A | 1A | 0 | 1 | 27 | B3 | 11 | 35 |
| Octal | 162 | 233 | 232 | 32 | 0 | 1 | 47 | 263 | 21 | 65 |
| Binary | 1110010 | 10011011 | 10011010 | 11010 | 0 | 1 | 100111 | 10110011 | 10001 | 110101 |
Color Harmonies of #729B9A
Complementary color
Monochromatic Colors of #729B9A
Black with #729B9A
Text Example
Text Example
White with #729B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729B9A; }
p { color: rgb(114,155,154); }
H1.HeaderClassName
{
color: #729B9A;
}
.AnyTagClassName
{
color: #729B9A;
}
</style>
background-color css
<style>
a { background-color: #729B9A; }
a { background-color: rgb(114,155,154); }
div.DivClassName
{
background-color: #729B9A;
}
.BgClassName
{
background-color: #729B9A;
}
</style>
border-color css
<style>
span { border-color: #729B9A; }
span { border-color: rgb(114,155,154); }
td.TdClassName
{
border-color: #729B9A;
}
.TagClassName
{
border-color: #729B9A;
}
</style>