Shades of Oxley #72A081
Tints of Oxley #72A081
RGB
CMYK
RGB Variations
Color information
#72A081 (or 0x72A081) is known color: Oxley. HEX triplet: 72, A0 and 81. RGB value is (114,160,129). Sum of RGB (Red+Green+Blue) = 114+160+129=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 160 - color contains mainly: green. Hex color #72A081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A081 is #8D5F7E. Grayscale: #8E8E8E. Windows color (decimal): -9265023 or 8495218. OLE color: 8495218.
HSL color Cylindrical-coordinate representation of color #72A081: hue angle of 139.57º 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 #72A081 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 160 | 129 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.37 |
| HSL | 139.57º | 0.19% | 0.54% | - |
| HSV(B) | 139.57º | 0.29% | 0.63% | - |
| XYZ | 23.47 | 30.3 | 25.38 | - |
| YUV | 142.71 | 120.26 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 160 | 129 | 0.29 | 0 | 0.19 | 0.37 | 139.57 | 0.19 | 0.54 |
| Hex | 72 | A0 | 81 | 1D | 0 | 13 | 25 | 8C | 13 | 36 |
| Octal | 162 | 240 | 201 | 35 | 0 | 23 | 45 | 214 | 23 | 66 |
| Binary | 1110010 | 10100000 | 10000001 | 11101 | 0 | 10011 | 100101 | 10001100 | 10011 | 110110 |
Color Harmonies of #72A081
Complementary color
Monochromatic Colors of #72A081
Black with #72A081
Text Example
Text Example
White with #72A081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A081; }
p { color: rgb(114,160,129); }
H1.HeaderClassName
{
color: #72A081;
}
.AnyTagClassName
{
color: #72A081;
}
</style>
background-color css
<style>
a { background-color: #72A081; }
a { background-color: rgb(114,160,129); }
div.DivClassName
{
background-color: #72A081;
}
.BgClassName
{
background-color: #72A081;
}
</style>
border-color css
<style>
span { border-color: #72A081; }
span { border-color: rgb(114,160,129); }
td.TdClassName
{
border-color: #72A081;
}
.TagClassName
{
border-color: #72A081;
}
</style>