Shades of Oxley #72A37C
Tints of Oxley #72A37C
RGB
CMYK
RGB Variations
Color information
#72A37C (or 0x72A37C) is known color: Oxley. HEX triplet: 72, A3 and 7C. RGB value is (114,163,124). Sum of RGB (Red+Green+Blue) = 114+163+124=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 163 - color contains mainly: green. Hex color #72A37C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A37C is #8D5C83. Grayscale: #909090. Windows color (decimal): -9264260 or 8168306. OLE color: 8168306.
HSL color Cylindrical-coordinate representation of color #72A37C: hue angle of 132.24º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72A37C is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 163 | 124 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.36 |
| HSL | 132.24º | 0.21% | 0.54% | - |
| HSV(B) | 132.24º | 0.3% | 0.64% | - |
| XYZ | 23.67 | 31.23 | 23.85 | - |
| YUV | 143.9 | 116.77 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 163 | 124 | 0.30 | 0 | 0.24 | 0.36 | 132.24 | 0.21 | 0.54 |
| Hex | 72 | A3 | 7C | 1E | 0 | 18 | 24 | 84 | 15 | 36 |
| Octal | 162 | 243 | 174 | 36 | 0 | 30 | 44 | 204 | 25 | 66 |
| Binary | 1110010 | 10100011 | 1111100 | 11110 | 0 | 11000 | 100100 | 10000100 | 10101 | 110110 |
Color Harmonies of #72A37C
Complementary color
Monochromatic Colors of #72A37C
Black with #72A37C
Text Example
Text Example
White with #72A37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A37C; }
p { color: rgb(114,163,124); }
H1.HeaderClassName
{
color: #72A37C;
}
.AnyTagClassName
{
color: #72A37C;
}
</style>
background-color css
<style>
a { background-color: #72A37C; }
a { background-color: rgb(114,163,124); }
div.DivClassName
{
background-color: #72A37C;
}
.BgClassName
{
background-color: #72A37C;
}
</style>
border-color css
<style>
span { border-color: #72A37C; }
span { border-color: rgb(114,163,124); }
td.TdClassName
{
border-color: #72A37C;
}
.TagClassName
{
border-color: #72A37C;
}
</style>