Shades of Oxley #72A076
Tints of Oxley #72A076
RGB
CMYK
RGB Variations
Color information
#72A076 (or 0x72A076) is known color: Oxley. HEX triplet: 72, A0 and 76. RGB value is (114,160,118). Sum of RGB (Red+Green+Blue) = 114+160+118=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 160 - color contains mainly: green. Hex color #72A076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A076 is #8D5F89. Grayscale: #8D8D8D. Windows color (decimal): -9265034 or 7774322. OLE color: 7774322.
HSL color Cylindrical-coordinate representation of color #72A076: hue angle of 125.22º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #72A076 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 160 | 118 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.37 |
| HSL | 125.22º | 0.19% | 0.54% | - |
| HSV(B) | 125.22º | 0.29% | 0.63% | - |
| XYZ | 22.78 | 30.03 | 21.73 | - |
| YUV | 141.46 | 114.76 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 160 | 118 | 0.29 | 0 | 0.26 | 0.37 | 125.22 | 0.19 | 0.54 |
| Hex | 72 | A0 | 76 | 1D | 0 | 1A | 25 | 7D | 13 | 36 |
| Octal | 162 | 240 | 166 | 35 | 0 | 32 | 45 | 175 | 23 | 66 |
| Binary | 1110010 | 10100000 | 1110110 | 11101 | 0 | 11010 | 100101 | 1111101 | 10011 | 110110 |
Color Harmonies of #72A076
Complementary color
Monochromatic Colors of #72A076
Black with #72A076
Text Example
Text Example
White with #72A076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A076; }
p { color: rgb(114,160,118); }
H1.HeaderClassName
{
color: #72A076;
}
.AnyTagClassName
{
color: #72A076;
}
</style>
background-color css
<style>
a { background-color: #72A076; }
a { background-color: rgb(114,160,118); }
div.DivClassName
{
background-color: #72A076;
}
.BgClassName
{
background-color: #72A076;
}
</style>
border-color css
<style>
span { border-color: #72A076; }
span { border-color: rgb(114,160,118); }
td.TdClassName
{
border-color: #72A076;
}
.TagClassName
{
border-color: #72A076;
}
</style>