Shades of Oxley #73A284
Tints of Oxley #73A284
RGB
CMYK
RGB Variations
Color information
#73A284 (or 0x73A284) is known color: Oxley. HEX triplet: 73, A2 and 84. RGB value is (115,162,132). Sum of RGB (Red+Green+Blue) = 115+162+132=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 162 - color contains mainly: green. Hex color #73A284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A284 is #8C5D7B. Grayscale: #909090. Windows color (decimal): -9198972 or 8692339. OLE color: 8692339.
HSL color Cylindrical-coordinate representation of color #73A284: hue angle of 141.7º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #73A284 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 162 | 132 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.36 |
| HSL | 141.7º | 0.2% | 0.54% | - |
| HSV(B) | 141.7º | 0.29% | 0.64% | - |
| XYZ | 24.16 | 31.15 | 26.57 | - |
| YUV | 144.53 | 120.93 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 162 | 132 | 0.29 | 0 | 0.19 | 0.36 | 141.7 | 0.2 | 0.54 |
| Hex | 73 | A2 | 84 | 1D | 0 | 13 | 24 | 8E | 14 | 36 |
| Octal | 163 | 242 | 204 | 35 | 0 | 23 | 44 | 216 | 24 | 66 |
| Binary | 1110011 | 10100010 | 10000100 | 11101 | 0 | 10011 | 100100 | 10001110 | 10100 | 110110 |
Color Harmonies of #73A284
Complementary color
Monochromatic Colors of #73A284
Black with #73A284
Text Example
Text Example
White with #73A284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A284; }
p { color: rgb(115,162,132); }
H1.HeaderClassName
{
color: #73A284;
}
.AnyTagClassName
{
color: #73A284;
}
</style>
background-color css
<style>
a { background-color: #73A284; }
a { background-color: rgb(115,162,132); }
div.DivClassName
{
background-color: #73A284;
}
.BgClassName
{
background-color: #73A284;
}
</style>
border-color css
<style>
span { border-color: #73A284; }
span { border-color: rgb(115,162,132); }
td.TdClassName
{
border-color: #73A284;
}
.TagClassName
{
border-color: #73A284;
}
</style>