Shades of Oxley #72A078
Tints of Oxley #72A078
RGB
CMYK
RGB Variations
Color information
#72A078 (or 0x72A078) is known color: Oxley. HEX triplet: 72, A0 and 78. RGB value is (114,160,120). Sum of RGB (Red+Green+Blue) = 114+160+120=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 160 - color contains mainly: green. Hex color #72A078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A078 is #8D5F87. Grayscale: #8D8D8D. Windows color (decimal): -9265032 or 7905394. OLE color: 7905394.
HSL color Cylindrical-coordinate representation of color #72A078: hue angle of 127.83º 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 #72A078 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 160 | 120 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.37 |
| HSL | 127.83º | 0.19% | 0.54% | - |
| HSV(B) | 127.83º | 0.29% | 0.63% | - |
| XYZ | 22.9 | 30.08 | 22.37 | - |
| YUV | 141.69 | 115.76 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 160 | 120 | 0.29 | 0 | 0.25 | 0.37 | 127.83 | 0.19 | 0.54 |
| Hex | 72 | A0 | 78 | 1D | 0 | 19 | 25 | 80 | 13 | 36 |
| Octal | 162 | 240 | 170 | 35 | 0 | 31 | 45 | 200 | 23 | 66 |
| Binary | 1110010 | 10100000 | 1111000 | 11101 | 0 | 11001 | 100101 | 10000000 | 10011 | 110110 |
Color Harmonies of #72A078
Complementary color
Monochromatic Colors of #72A078
Black with #72A078
Text Example
Text Example
White with #72A078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A078; }
p { color: rgb(114,160,120); }
H1.HeaderClassName
{
color: #72A078;
}
.AnyTagClassName
{
color: #72A078;
}
</style>
background-color css
<style>
a { background-color: #72A078; }
a { background-color: rgb(114,160,120); }
div.DivClassName
{
background-color: #72A078;
}
.BgClassName
{
background-color: #72A078;
}
</style>
border-color css
<style>
span { border-color: #72A078; }
span { border-color: rgb(114,160,120); }
td.TdClassName
{
border-color: #72A078;
}
.TagClassName
{
border-color: #72A078;
}
</style>