Shades of Oxley #72A675
Tints of Oxley #72A675
RGB
CMYK
RGB Variations
Color information
#72A675 (or 0x72A675) is known color: Oxley. HEX triplet: 72, A6 and 75. RGB value is (114,166,117). Sum of RGB (Red+Green+Blue) = 114+166+117=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 166 - color contains mainly: green. Hex color #72A675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A675 is #8D598A. Grayscale: #919191. Windows color (decimal): -9263499 or 7710322. OLE color: 7710322.
HSL color Cylindrical-coordinate representation of color #72A675: hue angle of 123.46º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #72A675 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 166 | 117 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.35 |
| HSL | 123.46º | 0.23% | 0.55% | - |
| HSV(B) | 123.46º | 0.31% | 0.65% | - |
| XYZ | 23.79 | 32.13 | 21.78 | - |
| YUV | 144.87 | 112.27 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 166 | 117 | 0.31 | 0 | 0.30 | 0.35 | 123.46 | 0.23 | 0.55 |
| Hex | 72 | A6 | 75 | 1F | 0 | 1E | 23 | 7B | 17 | 37 |
| Octal | 162 | 246 | 165 | 37 | 0 | 36 | 43 | 173 | 27 | 67 |
| Binary | 1110010 | 10100110 | 1110101 | 11111 | 0 | 11110 | 100011 | 1111011 | 10111 | 110111 |
Color Harmonies of #72A675
Complementary color
Monochromatic Colors of #72A675
Black with #72A675
Text Example
Text Example
White with #72A675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A675; }
p { color: rgb(114,166,117); }
H1.HeaderClassName
{
color: #72A675;
}
.AnyTagClassName
{
color: #72A675;
}
</style>
background-color css
<style>
a { background-color: #72A675; }
a { background-color: rgb(114,166,117); }
div.DivClassName
{
background-color: #72A675;
}
.BgClassName
{
background-color: #72A675;
}
</style>
border-color css
<style>
span { border-color: #72A675; }
span { border-color: rgb(114,166,117); }
td.TdClassName
{
border-color: #72A675;
}
.TagClassName
{
border-color: #72A675;
}
</style>