Shades of Oxley #72A878
Tints of Oxley #72A878
RGB
CMYK
RGB Variations
Color information
#72A878 (or 0x72A878) is known color: Oxley. HEX triplet: 72, A8 and 78. RGB value is (114,168,120). Sum of RGB (Red+Green+Blue) = 114+168+120=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 168 - color contains mainly: green. Hex color #72A878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A878 is #8D5787. Grayscale: #929292. Windows color (decimal): -9262984 or 7907442. OLE color: 7907442.
HSL color Cylindrical-coordinate representation of color #72A878: hue angle of 126.67º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72A878 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 114 | 168 | 120 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.34 |
| HSL | 126.67º | 0.24% | 0.55% | - |
| HSV(B) | 126.67º | 0.32% | 0.66% | - |
| XYZ | 24.33 | 32.94 | 22.84 | - |
| YUV | 146.38 | 113.11 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 168 | 120 | 0.32 | 0 | 0.29 | 0.34 | 126.67 | 0.24 | 0.55 |
| Hex | 72 | A8 | 78 | 20 | 0 | 1D | 22 | 7F | 18 | 37 |
| Octal | 162 | 250 | 170 | 40 | 0 | 35 | 42 | 177 | 30 | 67 |
| Binary | 1110010 | 10101000 | 1111000 | 100000 | 0 | 11101 | 100010 | 1111111 | 11000 | 110111 |
Color Harmonies of #72A878
Complementary color
Monochromatic Colors of #72A878
Black with #72A878
Text Example
Text Example
White with #72A878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A878; }
p { color: rgb(114,168,120); }
H1.HeaderClassName
{
color: #72A878;
}
.AnyTagClassName
{
color: #72A878;
}
</style>
background-color css
<style>
a { background-color: #72A878; }
a { background-color: rgb(114,168,120); }
div.DivClassName
{
background-color: #72A878;
}
.BgClassName
{
background-color: #72A878;
}
</style>
border-color css
<style>
span { border-color: #72A878; }
span { border-color: rgb(114,168,120); }
td.TdClassName
{
border-color: #72A878;
}
.TagClassName
{
border-color: #72A878;
}
</style>