Shades of Oxley #72A279
Tints of Oxley #72A279
RGB
CMYK
RGB Variations
Color information
#72A279 (or 0x72A279) is known color: Oxley. HEX triplet: 72, A2 and 79. RGB value is (114,162,121). Sum of RGB (Red+Green+Blue) = 114+162+121=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 162 - color contains mainly: green. Hex color #72A279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A279 is #8D5D86. Grayscale: #8F8F8F. Windows color (decimal): -9264519 or 7971442. OLE color: 7971442.
HSL color Cylindrical-coordinate representation of color #72A279: hue angle of 128.75º 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 #72A279 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 162 | 121 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.36 |
| HSL | 128.75º | 0.21% | 0.54% | - |
| HSV(B) | 128.75º | 0.3% | 0.64% | - |
| XYZ | 23.31 | 30.8 | 22.81 | - |
| YUV | 142.97 | 115.6 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 162 | 121 | 0.30 | 0 | 0.25 | 0.36 | 128.75 | 0.21 | 0.54 |
| Hex | 72 | A2 | 79 | 1E | 0 | 19 | 24 | 81 | 15 | 36 |
| Octal | 162 | 242 | 171 | 36 | 0 | 31 | 44 | 201 | 25 | 66 |
| Binary | 1110010 | 10100010 | 1111001 | 11110 | 0 | 11001 | 100100 | 10000001 | 10101 | 110110 |
Color Harmonies of #72A279
Complementary color
Monochromatic Colors of #72A279
Black with #72A279
Text Example
Text Example
White with #72A279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A279; }
p { color: rgb(114,162,121); }
H1.HeaderClassName
{
color: #72A279;
}
.AnyTagClassName
{
color: #72A279;
}
</style>
background-color css
<style>
a { background-color: #72A279; }
a { background-color: rgb(114,162,121); }
div.DivClassName
{
background-color: #72A279;
}
.BgClassName
{
background-color: #72A279;
}
</style>
border-color css
<style>
span { border-color: #72A279; }
span { border-color: rgb(114,162,121); }
td.TdClassName
{
border-color: #72A279;
}
.TagClassName
{
border-color: #72A279;
}
</style>