Shades of Juniper #72A098
Tints of Juniper #72A098
RGB
CMYK
RGB Variations
Color information
#72A098 (or 0x72A098) is known color: Juniper. HEX triplet: 72, A0 and 98. RGB value is (114,160,152). Sum of RGB (Red+Green+Blue) = 114+160+152=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 160 - color contains mainly: green. Hex color #72A098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A098 is #8D5F67. Grayscale: #919191. Windows color (decimal): -9265000 or 10002546. OLE color: 10002546.
HSL color Cylindrical-coordinate representation of color #72A098: hue angle of 169.57º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #72A098 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 160 | 152 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.37 |
| HSL | 169.57º | 0.19% | 0.54% | - |
| HSV(B) | 169.57º | 0.29% | 0.63% | - |
| XYZ | 25.18 | 30.99 | 34.36 | - |
| YUV | 145.33 | 131.76 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 160 | 152 | 0.29 | 0 | 0.05 | 0.37 | 169.57 | 0.19 | 0.54 |
| Hex | 72 | A0 | 98 | 1D | 0 | 5 | 25 | AA | 13 | 36 |
| Octal | 162 | 240 | 230 | 35 | 0 | 5 | 45 | 252 | 23 | 66 |
| Binary | 1110010 | 10100000 | 10011000 | 11101 | 0 | 101 | 100101 | 10101010 | 10011 | 110110 |
Color Harmonies of #72A098
Complementary color
Monochromatic Colors of #72A098
Black with #72A098
Text Example
Text Example
White with #72A098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A098; }
p { color: rgb(114,160,152); }
H1.HeaderClassName
{
color: #72A098;
}
.AnyTagClassName
{
color: #72A098;
}
</style>
background-color css
<style>
a { background-color: #72A098; }
a { background-color: rgb(114,160,152); }
div.DivClassName
{
background-color: #72A098;
}
.BgClassName
{
background-color: #72A098;
}
</style>
border-color css
<style>
span { border-color: #72A098; }
span { border-color: rgb(114,160,152); }
td.TdClassName
{
border-color: #72A098;
}
.TagClassName
{
border-color: #72A098;
}
</style>