Shades of Juniper #73A199
Tints of Juniper #73A199
RGB
CMYK
RGB Variations
Color information
#73A199 (or 0x73A199) is known color: Juniper. HEX triplet: 73, A1 and 99. RGB value is (115,161,153). Sum of RGB (Red+Green+Blue) = 115+161+153=429 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.81% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 161 - color contains mainly: green. Hex color #73A199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A199 is #8C5E66. Grayscale: #929292. Windows color (decimal): -9199207 or 10068339. OLE color: 10068339.
HSL color Cylindrical-coordinate representation of color #73A199: hue angle of 169.57º degrees, saturation: 0.2, 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 #73A199 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 161 | 153 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.37 |
| HSL | 169.57º | 0.2% | 0.54% | - |
| HSV(B) | 169.57º | 0.29% | 0.63% | - |
| XYZ | 25.56 | 31.43 | 34.86 | - |
| YUV | 146.33 | 131.76 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 161 | 153 | 0.29 | 0 | 0.05 | 0.37 | 169.57 | 0.2 | 0.54 |
| Hex | 73 | A1 | 99 | 1D | 0 | 5 | 25 | AA | 14 | 36 |
| Octal | 163 | 241 | 231 | 35 | 0 | 5 | 45 | 252 | 24 | 66 |
| Binary | 1110011 | 10100001 | 10011001 | 11101 | 0 | 101 | 100101 | 10101010 | 10100 | 110110 |
Color Harmonies of #73A199
Complementary color
Monochromatic Colors of #73A199
Black with #73A199
Text Example
Text Example
White with #73A199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A199; }
p { color: rgb(115,161,153); }
H1.HeaderClassName
{
color: #73A199;
}
.AnyTagClassName
{
color: #73A199;
}
</style>
background-color css
<style>
a { background-color: #73A199; }
a { background-color: rgb(115,161,153); }
div.DivClassName
{
background-color: #73A199;
}
.BgClassName
{
background-color: #73A199;
}
</style>
border-color css
<style>
span { border-color: #73A199; }
span { border-color: rgb(115,161,153); }
td.TdClassName
{
border-color: #73A199;
}
.TagClassName
{
border-color: #73A199;
}
</style>