Shades of Oxley #73A27C
Tints of Oxley #73A27C
RGB
CMYK
RGB Variations
Color information
#73A27C (or 0x73A27C) is known color: Oxley. HEX triplet: 73, A2 and 7C. RGB value is (115,162,124). Sum of RGB (Red+Green+Blue) = 115+162+124=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 162 - color contains mainly: green. Hex color #73A27C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A27C is #8C5D83. Grayscale: #8F8F8F. Windows color (decimal): -9198980 or 8168051. OLE color: 8168051.
HSL color Cylindrical-coordinate representation of color #73A27C: hue angle of 131.49º 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 #73A27C is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 162 | 124 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.36 |
| HSL | 131.49º | 0.2% | 0.54% | - |
| HSV(B) | 131.49º | 0.29% | 0.64% | - |
| XYZ | 23.63 | 30.94 | 23.8 | - |
| YUV | 143.62 | 116.93 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 162 | 124 | 0.29 | 0 | 0.23 | 0.36 | 131.49 | 0.2 | 0.54 |
| Hex | 73 | A2 | 7C | 1D | 0 | 17 | 24 | 83 | 14 | 36 |
| Octal | 163 | 242 | 174 | 35 | 0 | 27 | 44 | 203 | 24 | 66 |
| Binary | 1110011 | 10100010 | 1111100 | 11101 | 0 | 10111 | 100100 | 10000011 | 10100 | 110110 |
Color Harmonies of #73A27C
Complementary color
Monochromatic Colors of #73A27C
Black with #73A27C
Text Example
Text Example
White with #73A27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A27C; }
p { color: rgb(115,162,124); }
H1.HeaderClassName
{
color: #73A27C;
}
.AnyTagClassName
{
color: #73A27C;
}
</style>
background-color css
<style>
a { background-color: #73A27C; }
a { background-color: rgb(115,162,124); }
div.DivClassName
{
background-color: #73A27C;
}
.BgClassName
{
background-color: #73A27C;
}
</style>
border-color css
<style>
span { border-color: #73A27C; }
span { border-color: rgb(115,162,124); }
td.TdClassName
{
border-color: #73A27C;
}
.TagClassName
{
border-color: #73A27C;
}
</style>