Shades of Oxley #72A07B
Tints of Oxley #72A07B
RGB
CMYK
RGB Variations
Color information
#72A07B (or 0x72A07B) is known color: Oxley. HEX triplet: 72, A0 and 7B. RGB value is (114,160,123). Sum of RGB (Red+Green+Blue) = 114+160+123=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 160 - color contains mainly: green. Hex color #72A07B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A07B is #8D5F84. Grayscale: #8E8E8E. Windows color (decimal): -9265029 or 8102002. OLE color: 8102002.
HSL color Cylindrical-coordinate representation of color #72A07B: hue angle of 131.74º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #72A07B is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 160 | 123 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.37 |
| HSL | 131.74º | 0.19% | 0.54% | - |
| HSV(B) | 131.74º | 0.29% | 0.63% | - |
| XYZ | 23.09 | 30.15 | 23.34 | - |
| YUV | 142.03 | 117.26 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 160 | 123 | 0.29 | 0 | 0.23 | 0.37 | 131.74 | 0.19 | 0.54 |
| Hex | 72 | A0 | 7B | 1D | 0 | 17 | 25 | 84 | 13 | 36 |
| Octal | 162 | 240 | 173 | 35 | 0 | 27 | 45 | 204 | 23 | 66 |
| Binary | 1110010 | 10100000 | 1111011 | 11101 | 0 | 10111 | 100101 | 10000100 | 10011 | 110110 |
Color Harmonies of #72A07B
Complementary color
Monochromatic Colors of #72A07B
Black with #72A07B
Text Example
Text Example
White with #72A07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A07B; }
p { color: rgb(114,160,123); }
H1.HeaderClassName
{
color: #72A07B;
}
.AnyTagClassName
{
color: #72A07B;
}
</style>
background-color css
<style>
a { background-color: #72A07B; }
a { background-color: rgb(114,160,123); }
div.DivClassName
{
background-color: #72A07B;
}
.BgClassName
{
background-color: #72A07B;
}
</style>
border-color css
<style>
span { border-color: #72A07B; }
span { border-color: rgb(114,160,123); }
td.TdClassName
{
border-color: #72A07B;
}
.TagClassName
{
border-color: #72A07B;
}
</style>