Shades of Oxley #73A275
Tints of Oxley #73A275
RGB
CMYK
RGB Variations
Color information
#73A275 (or 0x73A275) is known color: Oxley. HEX triplet: 73, A2 and 75. RGB value is (115,162,117). Sum of RGB (Red+Green+Blue) = 115+162+117=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 162 - color contains mainly: green. Hex color #73A275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A275 is #8C5D8A. Grayscale: #8E8E8E. Windows color (decimal): -9198987 or 7709299. OLE color: 7709299.
HSL color Cylindrical-coordinate representation of color #73A275: hue angle of 122.55º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #73A275 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 162 | 117 | - |
| CMYK | 0.29 | 0 | 0.28 | 0.36 |
| HSL | 122.55º | 0.2% | 0.54% | - |
| HSV(B) | 122.55º | 0.29% | 0.64% | - |
| XYZ | 23.2 | 30.77 | 21.55 | - |
| YUV | 142.82 | 113.43 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 162 | 117 | 0.29 | 0 | 0.28 | 0.36 | 122.55 | 0.2 | 0.54 |
| Hex | 73 | A2 | 75 | 1D | 0 | 1C | 24 | 7B | 14 | 36 |
| Octal | 163 | 242 | 165 | 35 | 0 | 34 | 44 | 173 | 24 | 66 |
| Binary | 1110011 | 10100010 | 1110101 | 11101 | 0 | 11100 | 100100 | 1111011 | 10100 | 110110 |
Color Harmonies of #73A275
Complementary color
Monochromatic Colors of #73A275
Black with #73A275
Text Example
Text Example
White with #73A275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A275; }
p { color: rgb(115,162,117); }
H1.HeaderClassName
{
color: #73A275;
}
.AnyTagClassName
{
color: #73A275;
}
</style>
background-color css
<style>
a { background-color: #73A275; }
a { background-color: rgb(115,162,117); }
div.DivClassName
{
background-color: #73A275;
}
.BgClassName
{
background-color: #73A275;
}
</style>
border-color css
<style>
span { border-color: #73A275; }
span { border-color: rgb(115,162,117); }
td.TdClassName
{
border-color: #73A275;
}
.TagClassName
{
border-color: #73A275;
}
</style>