Shades of Oxley #72A17D
Tints of Oxley #72A17D
RGB
CMYK
RGB Variations
Color information
#72A17D (or 0x72A17D) is known color: Oxley. HEX triplet: 72, A1 and 7D. RGB value is (114,161,125). Sum of RGB (Red+Green+Blue) = 114+161+125=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 161 - color contains mainly: green. Hex color #72A17D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A17D is #8D5E82. Grayscale: #8E8E8E. Windows color (decimal): -9264771 or 8233330. OLE color: 8233330.
HSL color Cylindrical-coordinate representation of color #72A17D: hue angle of 134.04º degrees, saturation: 0.2, 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 #72A17D is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 161 | 125 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.37 |
| HSL | 134.04º | 0.2% | 0.54% | - |
| HSV(B) | 134.04º | 0.29% | 0.63% | - |
| XYZ | 23.39 | 30.55 | 24.07 | - |
| YUV | 142.84 | 117.93 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 161 | 125 | 0.29 | 0 | 0.22 | 0.37 | 134.04 | 0.2 | 0.54 |
| Hex | 72 | A1 | 7D | 1D | 0 | 16 | 25 | 86 | 14 | 36 |
| Octal | 162 | 241 | 175 | 35 | 0 | 26 | 45 | 206 | 24 | 66 |
| Binary | 1110010 | 10100001 | 1111101 | 11101 | 0 | 10110 | 100101 | 10000110 | 10100 | 110110 |
Color Harmonies of #72A17D
Complementary color
Monochromatic Colors of #72A17D
Black with #72A17D
Text Example
Text Example
White with #72A17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A17D; }
p { color: rgb(114,161,125); }
H1.HeaderClassName
{
color: #72A17D;
}
.AnyTagClassName
{
color: #72A17D;
}
</style>
background-color css
<style>
a { background-color: #72A17D; }
a { background-color: rgb(114,161,125); }
div.DivClassName
{
background-color: #72A17D;
}
.BgClassName
{
background-color: #72A17D;
}
</style>
border-color css
<style>
span { border-color: #72A17D; }
span { border-color: rgb(114,161,125); }
td.TdClassName
{
border-color: #72A17D;
}
.TagClassName
{
border-color: #72A17D;
}
</style>