Shades of Oxley #72A480
Tints of Oxley #72A480
RGB
CMYK
RGB Variations
Color information
#72A480 (or 0x72A480) is known color: Oxley. HEX triplet: 72, A4 and 80. RGB value is (114,164,128). Sum of RGB (Red+Green+Blue) = 114+164+128=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 164 - color contains mainly: green. Hex color #72A480 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A480 is #8D5B7F. Grayscale: #919191. Windows color (decimal): -9264000 or 8430706. OLE color: 8430706.
HSL color Cylindrical-coordinate representation of color #72A480: hue angle of 136.8º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72A480 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 164 | 128 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.36 |
| HSL | 136.8º | 0.22% | 0.55% | - |
| HSV(B) | 136.8º | 0.3% | 0.64% | - |
| XYZ | 24.11 | 31.69 | 25.27 | - |
| YUV | 144.95 | 118.44 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 164 | 128 | 0.30 | 0 | 0.22 | 0.36 | 136.8 | 0.22 | 0.55 |
| Hex | 72 | A4 | 80 | 1E | 0 | 16 | 24 | 89 | 16 | 37 |
| Octal | 162 | 244 | 200 | 36 | 0 | 26 | 44 | 211 | 26 | 67 |
| Binary | 1110010 | 10100100 | 10000000 | 11110 | 0 | 10110 | 100100 | 10001001 | 10110 | 110111 |
Color Harmonies of #72A480
Complementary color
Monochromatic Colors of #72A480
Black with #72A480
Text Example
Text Example
White with #72A480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A480; }
p { color: rgb(114,164,128); }
H1.HeaderClassName
{
color: #72A480;
}
.AnyTagClassName
{
color: #72A480;
}
</style>
background-color css
<style>
a { background-color: #72A480; }
a { background-color: rgb(114,164,128); }
div.DivClassName
{
background-color: #72A480;
}
.BgClassName
{
background-color: #72A480;
}
</style>
border-color css
<style>
span { border-color: #72A480; }
span { border-color: rgb(114,164,128); }
td.TdClassName
{
border-color: #72A480;
}
.TagClassName
{
border-color: #72A480;
}
</style>