Shades of Oxley #72AD7C
Tints of Oxley #72AD7C
RGB
CMYK
RGB Variations
Color information
#72AD7C (or 0x72AD7C) is known color: Oxley. HEX triplet: 72, AD and 7C. RGB value is (114,173,124). Sum of RGB (Red+Green+Blue) = 114+173+124=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AD7C is #8D5283. Grayscale: #959595. Windows color (decimal): -9261700 or 8170866. OLE color: 8170866.
HSL color Cylindrical-coordinate representation of color #72AD7C: hue angle of 130.17º 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 #72AD7C is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 173 | 124 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.32 |
| HSL | 130.17º | 0.26% | 0.56% | - |
| HSV(B) | 130.17º | 0.34% | 0.68% | - |
| XYZ | 25.52 | 34.92 | 24.46 | - |
| YUV | 149.77 | 113.45 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 124 | 0.34 | 0 | 0.28 | 0.32 | 130.17 | 0.26 | 0.56 |
| Hex | 72 | AD | 7C | 22 | 0 | 1C | 20 | 82 | 1A | 38 |
| Octal | 162 | 255 | 174 | 42 | 0 | 34 | 40 | 202 | 32 | 70 |
| Binary | 1110010 | 10101101 | 1111100 | 100010 | 0 | 11100 | 100000 | 10000010 | 11010 | 111000 |
Color Harmonies of #72AD7C
Complementary color
Monochromatic Colors of #72AD7C
Black with #72AD7C
Text Example
Text Example
White with #72AD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AD7C; }
p { color: rgb(114,173,124); }
H1.HeaderClassName
{
color: #72AD7C;
}
.AnyTagClassName
{
color: #72AD7C;
}
</style>
background-color css
<style>
a { background-color: #72AD7C; }
a { background-color: rgb(114,173,124); }
div.DivClassName
{
background-color: #72AD7C;
}
.BgClassName
{
background-color: #72AD7C;
}
</style>
border-color css
<style>
span { border-color: #72AD7C; }
span { border-color: rgb(114,173,124); }
td.TdClassName
{
border-color: #72AD7C;
}
.TagClassName
{
border-color: #72AD7C;
}
</style>