Shades of Oxley #72AD7D
Tints of Oxley #72AD7D
RGB
CMYK
RGB Variations
Color information
#72AD7D (or 0x72AD7D) is known color: Oxley. HEX triplet: 72, AD and 7D. RGB value is (114,173,125). Sum of RGB (Red+Green+Blue) = 114+173+125=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AD7D is #8D5282. Grayscale: #969696. Windows color (decimal): -9261699 or 8236402. OLE color: 8236402.
HSL color Cylindrical-coordinate representation of color #72AD7D: hue angle of 131.19º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72AD7D is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 173 | 125 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.32 |
| HSL | 131.19º | 0.26% | 0.56% | - |
| HSV(B) | 131.19º | 0.34% | 0.68% | - |
| XYZ | 25.58 | 34.95 | 24.8 | - |
| YUV | 149.89 | 113.95 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 125 | 0.34 | 0 | 0.28 | 0.32 | 131.19 | 0.26 | 0.56 |
| Hex | 72 | AD | 7D | 22 | 0 | 1C | 20 | 83 | 1A | 38 |
| Octal | 162 | 255 | 175 | 42 | 0 | 34 | 40 | 203 | 32 | 70 |
| Binary | 1110010 | 10101101 | 1111101 | 100010 | 0 | 11100 | 100000 | 10000011 | 11010 | 111000 |
Color Harmonies of #72AD7D
Complementary color
Monochromatic Colors of #72AD7D
Black with #72AD7D
Text Example
Text Example
White with #72AD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AD7D; }
p { color: rgb(114,173,125); }
H1.HeaderClassName
{
color: #72AD7D;
}
.AnyTagClassName
{
color: #72AD7D;
}
</style>
background-color css
<style>
a { background-color: #72AD7D; }
a { background-color: rgb(114,173,125); }
div.DivClassName
{
background-color: #72AD7D;
}
.BgClassName
{
background-color: #72AD7D;
}
</style>
border-color css
<style>
span { border-color: #72AD7D; }
span { border-color: rgb(114,173,125); }
td.TdClassName
{
border-color: #72AD7D;
}
.TagClassName
{
border-color: #72AD7D;
}
</style>