Shades of Oxley #72A27D
Tints of Oxley #72A27D
RGB
CMYK
RGB Variations
Color information
#72A27D (or 0x72A27D) is known color: Oxley. HEX triplet: 72, A2 and 7D. RGB value is (114,162,125). Sum of RGB (Red+Green+Blue) = 114+162+125=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 162 - color contains mainly: green. Hex color #72A27D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A27D is #8D5D82. Grayscale: #8F8F8F. Windows color (decimal): -9264515 or 8233586. OLE color: 8233586.
HSL color Cylindrical-coordinate representation of color #72A27D: hue angle of 133.75º 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 #72A27D is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 162 | 125 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.36 |
| HSL | 133.75º | 0.21% | 0.54% | - |
| HSV(B) | 133.75º | 0.3% | 0.64% | - |
| XYZ | 23.56 | 30.9 | 24.12 | - |
| YUV | 143.43 | 117.6 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 162 | 125 | 0.30 | 0 | 0.23 | 0.36 | 133.75 | 0.21 | 0.54 |
| Hex | 72 | A2 | 7D | 1E | 0 | 17 | 24 | 86 | 15 | 36 |
| Octal | 162 | 242 | 175 | 36 | 0 | 27 | 44 | 206 | 25 | 66 |
| Binary | 1110010 | 10100010 | 1111101 | 11110 | 0 | 10111 | 100100 | 10000110 | 10101 | 110110 |
Color Harmonies of #72A27D
Complementary color
Monochromatic Colors of #72A27D
Black with #72A27D
Text Example
Text Example
White with #72A27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A27D; }
p { color: rgb(114,162,125); }
H1.HeaderClassName
{
color: #72A27D;
}
.AnyTagClassName
{
color: #72A27D;
}
</style>
background-color css
<style>
a { background-color: #72A27D; }
a { background-color: rgb(114,162,125); }
div.DivClassName
{
background-color: #72A27D;
}
.BgClassName
{
background-color: #72A27D;
}
</style>
border-color css
<style>
span { border-color: #72A27D; }
span { border-color: rgb(114,162,125); }
td.TdClassName
{
border-color: #72A27D;
}
.TagClassName
{
border-color: #72A27D;
}
</style>