Shades of Oxley #73A876
Tints of Oxley #73A876
RGB
CMYK
RGB Variations
Color information
#73A876 (or 0x73A876) is known color: Oxley. HEX triplet: 73, A8 and 76. RGB value is (115,168,118). Sum of RGB (Red+Green+Blue) = 115+168+118=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 168 - color contains mainly: green. Hex color #73A876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A876 is #8C5789. Grayscale: #929292. Windows color (decimal): -9197450 or 7776371. OLE color: 7776371.
HSL color Cylindrical-coordinate representation of color #73A876: hue angle of 123.4º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #73A876 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 168 | 118 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.34 |
| HSL | 123.4º | 0.23% | 0.55% | - |
| HSV(B) | 123.4º | 0.32% | 0.66% | - |
| XYZ | 24.34 | 32.96 | 22.22 | - |
| YUV | 146.45 | 111.94 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 168 | 118 | 0.32 | 0 | 0.30 | 0.34 | 123.4 | 0.23 | 0.55 |
| Hex | 73 | A8 | 76 | 20 | 0 | 1E | 22 | 7B | 17 | 37 |
| Octal | 163 | 250 | 166 | 40 | 0 | 36 | 42 | 173 | 27 | 67 |
| Binary | 1110011 | 10101000 | 1110110 | 100000 | 0 | 11110 | 100010 | 1111011 | 10111 | 110111 |
Color Harmonies of #73A876
Complementary color
Monochromatic Colors of #73A876
Black with #73A876
Text Example
Text Example
White with #73A876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A876; }
p { color: rgb(115,168,118); }
H1.HeaderClassName
{
color: #73A876;
}
.AnyTagClassName
{
color: #73A876;
}
</style>
background-color css
<style>
a { background-color: #73A876; }
a { background-color: rgb(115,168,118); }
div.DivClassName
{
background-color: #73A876;
}
.BgClassName
{
background-color: #73A876;
}
</style>
border-color css
<style>
span { border-color: #73A876; }
span { border-color: rgb(115,168,118); }
td.TdClassName
{
border-color: #73A876;
}
.TagClassName
{
border-color: #73A876;
}
</style>