Shades of Oxley #73A373
Tints of Oxley #73A373
RGB
CMYK
RGB Variations
Color information
#73A373 (or 0x73A373) is known color: Oxley. HEX triplet: 73, A3 and 73. RGB value is (115,163,115). Sum of RGB (Red+Green+Blue) = 115+163+115=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 163 - color contains mainly: green. Hex color #73A373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A373 is #8C5C8C. Grayscale: #8F8F8F. Windows color (decimal): -9198733 or 7578483. OLE color: 7578483.
HSL color Cylindrical-coordinate representation of color #73A373: hue angle of 120º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #73A373 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 163 | 115 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.36 |
| HSL | 120º | 0.21% | 0.55% | - |
| HSV(B) | 120º | 0.29% | 0.64% | - |
| XYZ | 23.26 | 31.08 | 20.99 | - |
| YUV | 143.18 | 112.1 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 163 | 115 | 0.29 | 0 | 0.29 | 0.36 | 120 | 0.21 | 0.55 |
| Hex | 73 | A3 | 73 | 1D | 0 | 1D | 24 | 78 | 15 | 37 |
| Octal | 163 | 243 | 163 | 35 | 0 | 35 | 44 | 170 | 25 | 67 |
| Binary | 1110011 | 10100011 | 1110011 | 11101 | 0 | 11101 | 100100 | 1111000 | 10101 | 110111 |
Color Harmonies of #73A373
Complementary color
Monochromatic Colors of #73A373
Black with #73A373
Text Example
Text Example
White with #73A373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A373; }
p { color: rgb(115,163,115); }
H1.HeaderClassName
{
color: #73A373;
}
.AnyTagClassName
{
color: #73A373;
}
</style>
background-color css
<style>
a { background-color: #73A373; }
a { background-color: rgb(115,163,115); }
div.DivClassName
{
background-color: #73A373;
}
.BgClassName
{
background-color: #73A373;
}
</style>
border-color css
<style>
span { border-color: #73A373; }
span { border-color: rgb(115,163,115); }
td.TdClassName
{
border-color: #73A373;
}
.TagClassName
{
border-color: #73A373;
}
</style>