Shades of Oxley #72A97E
Tints of Oxley #72A97E
RGB
CMYK
RGB Variations
Color information
#72A97E (or 0x72A97E) is known color: Oxley. HEX triplet: 72, A9 and 7E. RGB value is (114,169,126). Sum of RGB (Red+Green+Blue) = 114+169+126=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 169 - color contains mainly: green. Hex color #72A97E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A97E is #8D5681. Grayscale: #939393. Windows color (decimal): -9262722 or 8300914. OLE color: 8300914.
HSL color Cylindrical-coordinate representation of color #72A97E: hue angle of 133.09º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72A97E is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 114 | 169 | 126 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.34 |
| HSL | 133.09º | 0.24% | 0.55% | - |
| HSV(B) | 133.09º | 0.33% | 0.66% | - |
| XYZ | 24.89 | 33.46 | 24.89 | - |
| YUV | 147.65 | 115.78 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 169 | 126 | 0.33 | 0 | 0.25 | 0.34 | 133.09 | 0.24 | 0.55 |
| Hex | 72 | A9 | 7E | 21 | 0 | 19 | 22 | 85 | 18 | 37 |
| Octal | 162 | 251 | 176 | 41 | 0 | 31 | 42 | 205 | 30 | 67 |
| Binary | 1110010 | 10101001 | 1111110 | 100001 | 0 | 11001 | 100010 | 10000101 | 11000 | 110111 |
Color Harmonies of #72A97E
Complementary color
Monochromatic Colors of #72A97E
Black with #72A97E
Text Example
Text Example
White with #72A97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A97E; }
p { color: rgb(114,169,126); }
H1.HeaderClassName
{
color: #72A97E;
}
.AnyTagClassName
{
color: #72A97E;
}
</style>
background-color css
<style>
a { background-color: #72A97E; }
a { background-color: rgb(114,169,126); }
div.DivClassName
{
background-color: #72A97E;
}
.BgClassName
{
background-color: #72A97E;
}
</style>
border-color css
<style>
span { border-color: #72A97E; }
span { border-color: rgb(114,169,126); }
td.TdClassName
{
border-color: #72A97E;
}
.TagClassName
{
border-color: #72A97E;
}
</style>