Shades of Oxley #73A184
Tints of Oxley #73A184
RGB
CMYK
RGB Variations
Color information
#73A184 (or 0x73A184) is known color: Oxley. HEX triplet: 73, A1 and 84. RGB value is (115,161,132). Sum of RGB (Red+Green+Blue) = 115+161+132=408 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.19% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 161 - color contains mainly: green. Hex color #73A184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A184 is #8C5E7B. Grayscale: #909090. Windows color (decimal): -9199228 or 8692083. OLE color: 8692083.
HSL color Cylindrical-coordinate representation of color #73A184: hue angle of 142.17º 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 #73A184 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 161 | 132 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.37 |
| HSL | 142.17º | 0.2% | 0.54% | - |
| HSV(B) | 142.17º | 0.29% | 0.63% | - |
| XYZ | 23.98 | 30.8 | 26.51 | - |
| YUV | 143.94 | 121.26 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 161 | 132 | 0.29 | 0 | 0.18 | 0.37 | 142.17 | 0.2 | 0.54 |
| Hex | 73 | A1 | 84 | 1D | 0 | 12 | 25 | 8E | 14 | 36 |
| Octal | 163 | 241 | 204 | 35 | 0 | 22 | 45 | 216 | 24 | 66 |
| Binary | 1110011 | 10100001 | 10000100 | 11101 | 0 | 10010 | 100101 | 10001110 | 10100 | 110110 |
Color Harmonies of #73A184
Complementary color
Monochromatic Colors of #73A184
Black with #73A184
Text Example
Text Example
White with #73A184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A184; }
p { color: rgb(115,161,132); }
H1.HeaderClassName
{
color: #73A184;
}
.AnyTagClassName
{
color: #73A184;
}
</style>
background-color css
<style>
a { background-color: #73A184; }
a { background-color: rgb(115,161,132); }
div.DivClassName
{
background-color: #73A184;
}
.BgClassName
{
background-color: #73A184;
}
</style>
border-color css
<style>
span { border-color: #73A184; }
span { border-color: rgb(115,161,132); }
td.TdClassName
{
border-color: #73A184;
}
.TagClassName
{
border-color: #73A184;
}
</style>