Shades of Juniper #73A097
Tints of Juniper #73A097
RGB
CMYK
RGB Variations
Color information
#73A097 (or 0x73A097) is known color: Juniper. HEX triplet: 73, A0 and 97. RGB value is (115,160,151). Sum of RGB (Red+Green+Blue) = 115+160+151=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 160 - color contains mainly: green. Hex color #73A097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A097 is #8C5F68. Grayscale: #919191. Windows color (decimal): -9199465 or 9937011. OLE color: 9937011.
HSL color Cylindrical-coordinate representation of color #73A097: hue angle of 168º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #73A097 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 160 | 151 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.37 |
| HSL | 168º | 0.19% | 0.54% | - |
| HSV(B) | 168º | 0.28% | 0.63% | - |
| XYZ | 25.23 | 31.02 | 33.94 | - |
| YUV | 145.52 | 131.09 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 160 | 151 | 0.28 | 0 | 0.06 | 0.37 | 168 | 0.19 | 0.54 |
| Hex | 73 | A0 | 97 | 1C | 0 | 6 | 25 | A8 | 13 | 36 |
| Octal | 163 | 240 | 227 | 34 | 0 | 6 | 45 | 250 | 23 | 66 |
| Binary | 1110011 | 10100000 | 10010111 | 11100 | 0 | 110 | 100101 | 10101000 | 10011 | 110110 |
Color Harmonies of #73A097
Complementary color
Monochromatic Colors of #73A097
Black with #73A097
Text Example
Text Example
White with #73A097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A097; }
p { color: rgb(115,160,151); }
H1.HeaderClassName
{
color: #73A097;
}
.AnyTagClassName
{
color: #73A097;
}
</style>
background-color css
<style>
a { background-color: #73A097; }
a { background-color: rgb(115,160,151); }
div.DivClassName
{
background-color: #73A097;
}
.BgClassName
{
background-color: #73A097;
}
</style>
border-color css
<style>
span { border-color: #73A097; }
span { border-color: rgb(115,160,151); }
td.TdClassName
{
border-color: #73A097;
}
.TagClassName
{
border-color: #73A097;
}
</style>