Shades of Oxley #73A17F
Tints of Oxley #73A17F
RGB
CMYK
RGB Variations
Color information
#73A17F (or 0x73A17F) is known color: Oxley. HEX triplet: 73, A1 and 7F. RGB value is (115,161,127). Sum of RGB (Red+Green+Blue) = 115+161+127=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 161 - color contains mainly: green. Hex color #73A17F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A17F is #8C5E80. Grayscale: #8F8F8F. Windows color (decimal): -9199233 or 8364403. OLE color: 8364403.
HSL color Cylindrical-coordinate representation of color #73A17F: hue angle of 135.65º 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 #73A17F is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 161 | 127 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.37 |
| HSL | 135.65º | 0.2% | 0.54% | - |
| HSV(B) | 135.65º | 0.29% | 0.63% | - |
| XYZ | 23.65 | 30.67 | 24.75 | - |
| YUV | 143.37 | 118.76 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 161 | 127 | 0.29 | 0 | 0.21 | 0.37 | 135.65 | 0.2 | 0.54 |
| Hex | 73 | A1 | 7F | 1D | 0 | 15 | 25 | 88 | 14 | 36 |
| Octal | 163 | 241 | 177 | 35 | 0 | 25 | 45 | 210 | 24 | 66 |
| Binary | 1110011 | 10100001 | 1111111 | 11101 | 0 | 10101 | 100101 | 10001000 | 10100 | 110110 |
Color Harmonies of #73A17F
Complementary color
Monochromatic Colors of #73A17F
Black with #73A17F
Text Example
Text Example
White with #73A17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A17F; }
p { color: rgb(115,161,127); }
H1.HeaderClassName
{
color: #73A17F;
}
.AnyTagClassName
{
color: #73A17F;
}
</style>
background-color css
<style>
a { background-color: #73A17F; }
a { background-color: rgb(115,161,127); }
div.DivClassName
{
background-color: #73A17F;
}
.BgClassName
{
background-color: #73A17F;
}
</style>
border-color css
<style>
span { border-color: #73A17F; }
span { border-color: rgb(115,161,127); }
td.TdClassName
{
border-color: #73A17F;
}
.TagClassName
{
border-color: #73A17F;
}
</style>