Shades of Oxley #73A17E
Tints of Oxley #73A17E
RGB
CMYK
RGB Variations
Color information
#73A17E (or 0x73A17E) is known color: Oxley. HEX triplet: 73, A1 and 7E. RGB value is (115,161,126). Sum of RGB (Red+Green+Blue) = 115+161+126=402 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.61% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 161 - color contains mainly: green. Hex color #73A17E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A17E is #8C5E81. Grayscale: #8F8F8F. Windows color (decimal): -9199234 or 8298867. OLE color: 8298867.
HSL color Cylindrical-coordinate representation of color #73A17E: hue angle of 134.35º 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 #73A17E is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 161 | 126 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.37 |
| HSL | 134.35º | 0.2% | 0.54% | - |
| HSV(B) | 134.35º | 0.29% | 0.63% | - |
| XYZ | 23.58 | 30.64 | 24.41 | - |
| YUV | 143.26 | 118.26 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 161 | 126 | 0.29 | 0 | 0.22 | 0.37 | 134.35 | 0.2 | 0.54 |
| Hex | 73 | A1 | 7E | 1D | 0 | 16 | 25 | 86 | 14 | 36 |
| Octal | 163 | 241 | 176 | 35 | 0 | 26 | 45 | 206 | 24 | 66 |
| Binary | 1110011 | 10100001 | 1111110 | 11101 | 0 | 10110 | 100101 | 10000110 | 10100 | 110110 |
Color Harmonies of #73A17E
Complementary color
Monochromatic Colors of #73A17E
Black with #73A17E
Text Example
Text Example
White with #73A17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A17E; }
p { color: rgb(115,161,126); }
H1.HeaderClassName
{
color: #73A17E;
}
.AnyTagClassName
{
color: #73A17E;
}
</style>
background-color css
<style>
a { background-color: #73A17E; }
a { background-color: rgb(115,161,126); }
div.DivClassName
{
background-color: #73A17E;
}
.BgClassName
{
background-color: #73A17E;
}
</style>
border-color css
<style>
span { border-color: #73A17E; }
span { border-color: rgb(115,161,126); }
td.TdClassName
{
border-color: #73A17E;
}
.TagClassName
{
border-color: #73A17E;
}
</style>