Shades of Oxley #73A084
Tints of Oxley #73A084
RGB
CMYK
RGB Variations
Color information
#73A084 (or 0x73A084) is known color: Oxley. HEX triplet: 73, A0 and 84. RGB value is (115,160,132). Sum of RGB (Red+Green+Blue) = 115+160+132=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 160 - color contains mainly: green. Hex color #73A084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A084 is #8C5F7B. Grayscale: #8F8F8F. Windows color (decimal): -9199484 or 8691827. OLE color: 8691827.
HSL color Cylindrical-coordinate representation of color #73A084: hue angle of 142.67º 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 #73A084 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 160 | 132 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.37 |
| HSL | 142.67º | 0.19% | 0.54% | - |
| HSV(B) | 142.67º | 0.28% | 0.63% | - |
| XYZ | 23.81 | 30.45 | 26.45 | - |
| YUV | 143.35 | 121.59 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 160 | 132 | 0.28 | 0 | 0.17 | 0.37 | 142.67 | 0.19 | 0.54 |
| Hex | 73 | A0 | 84 | 1C | 0 | 11 | 25 | 8F | 13 | 36 |
| Octal | 163 | 240 | 204 | 34 | 0 | 21 | 45 | 217 | 23 | 66 |
| Binary | 1110011 | 10100000 | 10000100 | 11100 | 0 | 10001 | 100101 | 10001111 | 10011 | 110110 |
Color Harmonies of #73A084
Complementary color
Monochromatic Colors of #73A084
Black with #73A084
Text Example
Text Example
White with #73A084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A084; }
p { color: rgb(115,160,132); }
H1.HeaderClassName
{
color: #73A084;
}
.AnyTagClassName
{
color: #73A084;
}
</style>
background-color css
<style>
a { background-color: #73A084; }
a { background-color: rgb(115,160,132); }
div.DivClassName
{
background-color: #73A084;
}
.BgClassName
{
background-color: #73A084;
}
</style>
border-color css
<style>
span { border-color: #73A084; }
span { border-color: rgb(115,160,132); }
td.TdClassName
{
border-color: #73A084;
}
.TagClassName
{
border-color: #73A084;
}
</style>