Shades of Oxley #72A27A
Tints of Oxley #72A27A
RGB
CMYK
RGB Variations
Color information
#72A27A (or 0x72A27A) is known color: Oxley. HEX triplet: 72, A2 and 7A. RGB value is (114,162,122). Sum of RGB (Red+Green+Blue) = 114+162+122=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 162 - color contains mainly: green. Hex color #72A27A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A27A is #8D5D85. Grayscale: #8F8F8F. Windows color (decimal): -9264518 or 8036978. OLE color: 8036978.
HSL color Cylindrical-coordinate representation of color #72A27A: hue angle of 130º 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 #72A27A is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 162 | 122 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.36 |
| HSL | 130º | 0.21% | 0.54% | - |
| HSV(B) | 130º | 0.3% | 0.64% | - |
| XYZ | 23.37 | 30.82 | 23.13 | - |
| YUV | 143.09 | 116.1 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 162 | 122 | 0.30 | 0 | 0.25 | 0.36 | 130 | 0.21 | 0.54 |
| Hex | 72 | A2 | 7A | 1E | 0 | 19 | 24 | 82 | 15 | 36 |
| Octal | 162 | 242 | 172 | 36 | 0 | 31 | 44 | 202 | 25 | 66 |
| Binary | 1110010 | 10100010 | 1111010 | 11110 | 0 | 11001 | 100100 | 10000010 | 10101 | 110110 |
Color Harmonies of #72A27A
Complementary color
Monochromatic Colors of #72A27A
Black with #72A27A
Text Example
Text Example
White with #72A27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A27A; }
p { color: rgb(114,162,122); }
H1.HeaderClassName
{
color: #72A27A;
}
.AnyTagClassName
{
color: #72A27A;
}
</style>
background-color css
<style>
a { background-color: #72A27A; }
a { background-color: rgb(114,162,122); }
div.DivClassName
{
background-color: #72A27A;
}
.BgClassName
{
background-color: #72A27A;
}
</style>
border-color css
<style>
span { border-color: #72A27A; }
span { border-color: rgb(114,162,122); }
td.TdClassName
{
border-color: #72A27A;
}
.TagClassName
{
border-color: #72A27A;
}
</style>