Shades of Oxley #73A37C
Tints of Oxley #73A37C
RGB
CMYK
RGB Variations
Color information
#73A37C (or 0x73A37C) is known color: Oxley. HEX triplet: 73, A3 and 7C. RGB value is (115,163,124). Sum of RGB (Red+Green+Blue) = 115+163+124=402 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.61% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 163 - color contains mainly: green. Hex color #73A37C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A37C is #8C5C83. Grayscale: #909090. Windows color (decimal): -9198724 or 8168307. OLE color: 8168307.
HSL color Cylindrical-coordinate representation of color #73A37C: hue angle of 131.25º 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 #73A37C is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 163 | 124 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.36 |
| HSL | 131.25º | 0.21% | 0.55% | - |
| HSV(B) | 131.25º | 0.29% | 0.64% | - |
| XYZ | 23.81 | 31.29 | 23.85 | - |
| YUV | 144.2 | 116.6 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 163 | 124 | 0.29 | 0 | 0.24 | 0.36 | 131.25 | 0.21 | 0.55 |
| Hex | 73 | A3 | 7C | 1D | 0 | 18 | 24 | 83 | 15 | 37 |
| Octal | 163 | 243 | 174 | 35 | 0 | 30 | 44 | 203 | 25 | 67 |
| Binary | 1110011 | 10100011 | 1111100 | 11101 | 0 | 11000 | 100100 | 10000011 | 10101 | 110111 |
Color Harmonies of #73A37C
Complementary color
Monochromatic Colors of #73A37C
Black with #73A37C
Text Example
Text Example
White with #73A37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A37C; }
p { color: rgb(115,163,124); }
H1.HeaderClassName
{
color: #73A37C;
}
.AnyTagClassName
{
color: #73A37C;
}
</style>
background-color css
<style>
a { background-color: #73A37C; }
a { background-color: rgb(115,163,124); }
div.DivClassName
{
background-color: #73A37C;
}
.BgClassName
{
background-color: #73A37C;
}
</style>
border-color css
<style>
span { border-color: #73A37C; }
span { border-color: rgb(115,163,124); }
td.TdClassName
{
border-color: #73A37C;
}
.TagClassName
{
border-color: #73A37C;
}
</style>