Shades of Oxley #73A77E
Tints of Oxley #73A77E
RGB
CMYK
RGB Variations
Color information
#73A77E (or 0x73A77E) is known color: Oxley. HEX triplet: 73, A7 and 7E. RGB value is (115,167,126). Sum of RGB (Red+Green+Blue) = 115+167+126=408 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.19% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 167 - color contains mainly: green. Hex color #73A77E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A77E is #8C5881. Grayscale: #929292. Windows color (decimal): -9197698 or 8300403. OLE color: 8300403.
HSL color Cylindrical-coordinate representation of color #73A77E: hue angle of 132.69º 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 #73A77E is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 167 | 126 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.35 |
| HSL | 132.69º | 0.23% | 0.55% | - |
| HSV(B) | 132.69º | 0.31% | 0.65% | - |
| XYZ | 24.65 | 32.79 | 24.77 | - |
| YUV | 146.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 167 | 126 | 0.31 | 0 | 0.25 | 0.35 | 132.69 | 0.23 | 0.55 |
| Hex | 73 | A7 | 7E | 1F | 0 | 19 | 23 | 85 | 17 | 37 |
| Octal | 163 | 247 | 176 | 37 | 0 | 31 | 43 | 205 | 27 | 67 |
| Binary | 1110011 | 10100111 | 1111110 | 11111 | 0 | 11001 | 100011 | 10000101 | 10111 | 110111 |
Color Harmonies of #73A77E
Complementary color
Monochromatic Colors of #73A77E
Black with #73A77E
Text Example
Text Example
White with #73A77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A77E; }
p { color: rgb(115,167,126); }
H1.HeaderClassName
{
color: #73A77E;
}
.AnyTagClassName
{
color: #73A77E;
}
</style>
background-color css
<style>
a { background-color: #73A77E; }
a { background-color: rgb(115,167,126); }
div.DivClassName
{
background-color: #73A77E;
}
.BgClassName
{
background-color: #73A77E;
}
</style>
border-color css
<style>
span { border-color: #73A77E; }
span { border-color: rgb(115,167,126); }
td.TdClassName
{
border-color: #73A77E;
}
.TagClassName
{
border-color: #73A77E;
}
</style>