Shades of Oxley #72A375
Tints of Oxley #72A375
RGB
CMYK
RGB Variations
Color information
#72A375 (or 0x72A375) is known color: Oxley. HEX triplet: 72, A3 and 75. RGB value is (114,163,117). Sum of RGB (Red+Green+Blue) = 114+163+117=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 163 - color contains mainly: green. Hex color #72A375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A375 is #8D5C8A. Grayscale: #8F8F8F. Windows color (decimal): -9264267 or 7709554. OLE color: 7709554.
HSL color Cylindrical-coordinate representation of color #72A375: hue angle of 123.67º 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 #72A375 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 163 | 117 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.36 |
| HSL | 123.67º | 0.21% | 0.54% | - |
| HSV(B) | 123.67º | 0.3% | 0.64% | - |
| XYZ | 23.25 | 31.06 | 21.6 | - |
| YUV | 143.11 | 113.27 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 163 | 117 | 0.30 | 0 | 0.28 | 0.36 | 123.67 | 0.21 | 0.54 |
| Hex | 72 | A3 | 75 | 1E | 0 | 1C | 24 | 7C | 15 | 36 |
| Octal | 162 | 243 | 165 | 36 | 0 | 34 | 44 | 174 | 25 | 66 |
| Binary | 1110010 | 10100011 | 1110101 | 11110 | 0 | 11100 | 100100 | 1111100 | 10101 | 110110 |
Color Harmonies of #72A375
Complementary color
Monochromatic Colors of #72A375
Black with #72A375
Text Example
Text Example
White with #72A375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A375; }
p { color: rgb(114,163,117); }
H1.HeaderClassName
{
color: #72A375;
}
.AnyTagClassName
{
color: #72A375;
}
</style>
background-color css
<style>
a { background-color: #72A375; }
a { background-color: rgb(114,163,117); }
div.DivClassName
{
background-color: #72A375;
}
.BgClassName
{
background-color: #72A375;
}
</style>
border-color css
<style>
span { border-color: #72A375; }
span { border-color: rgb(114,163,117); }
td.TdClassName
{
border-color: #72A375;
}
.TagClassName
{
border-color: #72A375;
}
</style>