Shades of Oxley #73A276
Tints of Oxley #73A276
RGB
CMYK
RGB Variations
Color information
#73A276 (or 0x73A276) is known color: Oxley. HEX triplet: 73, A2 and 76. RGB value is (115,162,118). Sum of RGB (Red+Green+Blue) = 115+162+118=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 162 - color contains mainly: green. Hex color #73A276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A276 is #8C5D89. Grayscale: #8F8F8F. Windows color (decimal): -9198986 or 7774835. OLE color: 7774835.
HSL color Cylindrical-coordinate representation of color #73A276: hue angle of 123.83º 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 #73A276 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 162 | 118 | - |
| CMYK | 0.29 | 0 | 0.27 | 0.36 |
| HSL | 123.83º | 0.2% | 0.54% | - |
| HSV(B) | 123.83º | 0.29% | 0.64% | - |
| XYZ | 23.26 | 30.79 | 21.86 | - |
| YUV | 142.93 | 113.93 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 162 | 118 | 0.29 | 0 | 0.27 | 0.36 | 123.83 | 0.2 | 0.54 |
| Hex | 73 | A2 | 76 | 1D | 0 | 1B | 24 | 7C | 14 | 36 |
| Octal | 163 | 242 | 166 | 35 | 0 | 33 | 44 | 174 | 24 | 66 |
| Binary | 1110011 | 10100010 | 1110110 | 11101 | 0 | 11011 | 100100 | 1111100 | 10100 | 110110 |
Color Harmonies of #73A276
Complementary color
Monochromatic Colors of #73A276
Black with #73A276
Text Example
Text Example
White with #73A276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A276; }
p { color: rgb(115,162,118); }
H1.HeaderClassName
{
color: #73A276;
}
.AnyTagClassName
{
color: #73A276;
}
</style>
background-color css
<style>
a { background-color: #73A276; }
a { background-color: rgb(115,162,118); }
div.DivClassName
{
background-color: #73A276;
}
.BgClassName
{
background-color: #73A276;
}
</style>
border-color css
<style>
span { border-color: #73A276; }
span { border-color: rgb(115,162,118); }
td.TdClassName
{
border-color: #73A276;
}
.TagClassName
{
border-color: #73A276;
}
</style>