Shades of Oxley #72A275
Tints of Oxley #72A275
RGB
CMYK
RGB Variations
Color information
#72A275 (or 0x72A275) is known color: Oxley. HEX triplet: 72, A2 and 75. RGB value is (114,162,117). Sum of RGB (Red+Green+Blue) = 114+162+117=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 162 - color contains mainly: green. Hex color #72A275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A275 is #8D5D8A. Grayscale: #8E8E8E. Windows color (decimal): -9264523 or 7709298. OLE color: 7709298.
HSL color Cylindrical-coordinate representation of color #72A275: hue angle of 123.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 #72A275 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 162 | 117 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.36 |
| HSL | 123.75º | 0.21% | 0.54% | - |
| HSV(B) | 123.75º | 0.3% | 0.64% | - |
| XYZ | 23.07 | 30.7 | 21.54 | - |
| YUV | 142.52 | 113.6 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 162 | 117 | 0.30 | 0 | 0.28 | 0.36 | 123.75 | 0.21 | 0.54 |
| Hex | 72 | A2 | 75 | 1E | 0 | 1C | 24 | 7C | 15 | 36 |
| Octal | 162 | 242 | 165 | 36 | 0 | 34 | 44 | 174 | 25 | 66 |
| Binary | 1110010 | 10100010 | 1110101 | 11110 | 0 | 11100 | 100100 | 1111100 | 10101 | 110110 |
Color Harmonies of #72A275
Complementary color
Monochromatic Colors of #72A275
Black with #72A275
Text Example
Text Example
White with #72A275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A275; }
p { color: rgb(114,162,117); }
H1.HeaderClassName
{
color: #72A275;
}
.AnyTagClassName
{
color: #72A275;
}
</style>
background-color css
<style>
a { background-color: #72A275; }
a { background-color: rgb(114,162,117); }
div.DivClassName
{
background-color: #72A275;
}
.BgClassName
{
background-color: #72A275;
}
</style>
border-color css
<style>
span { border-color: #72A275; }
span { border-color: rgb(114,162,117); }
td.TdClassName
{
border-color: #72A275;
}
.TagClassName
{
border-color: #72A275;
}
</style>