Shades of Oxley #73A781
Tints of Oxley #73A781
RGB
CMYK
RGB Variations
Color information
#73A781 (or 0x73A781) is known color: Oxley. HEX triplet: 73, A7 and 81. RGB value is (115,167,129). Sum of RGB (Red+Green+Blue) = 115+167+129=411 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.98% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 167 - color contains mainly: green. Hex color #73A781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A781 is #8C587E. Grayscale: #939393. Windows color (decimal): -9197695 or 8497011. OLE color: 8497011.
HSL color Cylindrical-coordinate representation of color #73A781: hue angle of 136.15º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #73A781 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 167 | 129 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.35 |
| HSL | 136.15º | 0.23% | 0.55% | - |
| HSV(B) | 136.15º | 0.31% | 0.65% | - |
| XYZ | 24.85 | 32.87 | 25.8 | - |
| YUV | 147.12 | 117.77 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 167 | 129 | 0.31 | 0 | 0.23 | 0.35 | 136.15 | 0.23 | 0.55 |
| Hex | 73 | A7 | 81 | 1F | 0 | 17 | 23 | 88 | 17 | 37 |
| Octal | 163 | 247 | 201 | 37 | 0 | 27 | 43 | 210 | 27 | 67 |
| Binary | 1110011 | 10100111 | 10000001 | 11111 | 0 | 10111 | 100011 | 10001000 | 10111 | 110111 |
Color Harmonies of #73A781
Complementary color
Monochromatic Colors of #73A781
Black with #73A781
Text Example
Text Example
White with #73A781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A781; }
p { color: rgb(115,167,129); }
H1.HeaderClassName
{
color: #73A781;
}
.AnyTagClassName
{
color: #73A781;
}
</style>
background-color css
<style>
a { background-color: #73A781; }
a { background-color: rgb(115,167,129); }
div.DivClassName
{
background-color: #73A781;
}
.BgClassName
{
background-color: #73A781;
}
</style>
border-color css
<style>
span { border-color: #73A781; }
span { border-color: rgb(115,167,129); }
td.TdClassName
{
border-color: #73A781;
}
.TagClassName
{
border-color: #73A781;
}
</style>