Shades of Oxley #72A779
Tints of Oxley #72A779
RGB
CMYK
RGB Variations
Color information
#72A779 (or 0x72A779) is known color: Oxley. HEX triplet: 72, A7 and 79. RGB value is (114,167,121). Sum of RGB (Red+Green+Blue) = 114+167+121=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 167 - color contains mainly: green. Hex color #72A779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A779 is #8D5886. Grayscale: #929292. Windows color (decimal): -9263239 or 7972722. OLE color: 7972722.
HSL color Cylindrical-coordinate representation of color #72A779: hue angle of 127.92º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72A779 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 167 | 121 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.35 |
| HSL | 127.92º | 0.23% | 0.55% | - |
| HSV(B) | 127.92º | 0.32% | 0.65% | - |
| XYZ | 24.21 | 32.6 | 23.1 | - |
| YUV | 145.91 | 113.94 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 167 | 121 | 0.32 | 0 | 0.28 | 0.35 | 127.92 | 0.23 | 0.55 |
| Hex | 72 | A7 | 79 | 20 | 0 | 1C | 23 | 80 | 17 | 37 |
| Octal | 162 | 247 | 171 | 40 | 0 | 34 | 43 | 200 | 27 | 67 |
| Binary | 1110010 | 10100111 | 1111001 | 100000 | 0 | 11100 | 100011 | 10000000 | 10111 | 110111 |
Color Harmonies of #72A779
Complementary color
Monochromatic Colors of #72A779
Black with #72A779
Text Example
Text Example
White with #72A779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A779; }
p { color: rgb(114,167,121); }
H1.HeaderClassName
{
color: #72A779;
}
.AnyTagClassName
{
color: #72A779;
}
</style>
background-color css
<style>
a { background-color: #72A779; }
a { background-color: rgb(114,167,121); }
div.DivClassName
{
background-color: #72A779;
}
.BgClassName
{
background-color: #72A779;
}
</style>
border-color css
<style>
span { border-color: #72A779; }
span { border-color: rgb(114,167,121); }
td.TdClassName
{
border-color: #72A779;
}
.TagClassName
{
border-color: #72A779;
}
</style>