Shades of Oxley #72A380
Tints of Oxley #72A380
RGB
CMYK
RGB Variations
Color information
#72A380 (or 0x72A380) is known color: Oxley. HEX triplet: 72, A3 and 80. RGB value is (114,163,128). Sum of RGB (Red+Green+Blue) = 114+163+128=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 163 - color contains mainly: green. Hex color #72A380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A380 is #8D5C7F. Grayscale: #909090. Windows color (decimal): -9264256 or 8430450. OLE color: 8430450.
HSL color Cylindrical-coordinate representation of color #72A380: hue angle of 137.14º 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 #72A380 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 163 | 128 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.36 |
| HSL | 137.14º | 0.21% | 0.54% | - |
| HSV(B) | 137.14º | 0.3% | 0.64% | - |
| XYZ | 23.93 | 31.33 | 25.21 | - |
| YUV | 144.36 | 118.77 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 163 | 128 | 0.30 | 0 | 0.21 | 0.36 | 137.14 | 0.21 | 0.54 |
| Hex | 72 | A3 | 80 | 1E | 0 | 15 | 24 | 89 | 15 | 36 |
| Octal | 162 | 243 | 200 | 36 | 0 | 25 | 44 | 211 | 25 | 66 |
| Binary | 1110010 | 10100011 | 10000000 | 11110 | 0 | 10101 | 100100 | 10001001 | 10101 | 110110 |
Color Harmonies of #72A380
Complementary color
Monochromatic Colors of #72A380
Black with #72A380
Text Example
Text Example
White with #72A380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A380; }
p { color: rgb(114,163,128); }
H1.HeaderClassName
{
color: #72A380;
}
.AnyTagClassName
{
color: #72A380;
}
</style>
background-color css
<style>
a { background-color: #72A380; }
a { background-color: rgb(114,163,128); }
div.DivClassName
{
background-color: #72A380;
}
.BgClassName
{
background-color: #72A380;
}
</style>
border-color css
<style>
span { border-color: #72A380; }
span { border-color: rgb(114,163,128); }
td.TdClassName
{
border-color: #72A380;
}
.TagClassName
{
border-color: #72A380;
}
</style>