Shades of Oxley #72A374
Tints of Oxley #72A374
RGB
CMYK
RGB Variations
Color information
#72A374 (or 0x72A374) is known color: Oxley. HEX triplet: 72, A3 and 74. RGB value is (114,163,116). Sum of RGB (Red+Green+Blue) = 114+163+116=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 163 - color contains mainly: green. Hex color #72A374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A374 is #8D5C8B. Grayscale: #8F8F8F. Windows color (decimal): -9264268 or 7644018. OLE color: 7644018.
HSL color Cylindrical-coordinate representation of color #72A374: hue angle of 122.45º 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 #72A374 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 163 | 116 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.36 |
| HSL | 122.45º | 0.21% | 0.54% | - |
| HSV(B) | 122.45º | 0.3% | 0.64% | - |
| XYZ | 23.19 | 31.03 | 21.29 | - |
| YUV | 142.99 | 112.77 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 163 | 116 | 0.30 | 0 | 0.29 | 0.36 | 122.45 | 0.21 | 0.54 |
| Hex | 72 | A3 | 74 | 1E | 0 | 1D | 24 | 7A | 15 | 36 |
| Octal | 162 | 243 | 164 | 36 | 0 | 35 | 44 | 172 | 25 | 66 |
| Binary | 1110010 | 10100011 | 1110100 | 11110 | 0 | 11101 | 100100 | 1111010 | 10101 | 110110 |
Color Harmonies of #72A374
Complementary color
Monochromatic Colors of #72A374
Black with #72A374
Text Example
Text Example
White with #72A374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A374; }
p { color: rgb(114,163,116); }
H1.HeaderClassName
{
color: #72A374;
}
.AnyTagClassName
{
color: #72A374;
}
</style>
background-color css
<style>
a { background-color: #72A374; }
a { background-color: rgb(114,163,116); }
div.DivClassName
{
background-color: #72A374;
}
.BgClassName
{
background-color: #72A374;
}
</style>
border-color css
<style>
span { border-color: #72A374; }
span { border-color: rgb(114,163,116); }
td.TdClassName
{
border-color: #72A374;
}
.TagClassName
{
border-color: #72A374;
}
</style>