Shades of Oxley #72A67D
Tints of Oxley #72A67D
RGB
CMYK
RGB Variations
Color information
#72A67D (or 0x72A67D) is known color: Oxley. HEX triplet: 72, A6 and 7D. RGB value is (114,166,125). Sum of RGB (Red+Green+Blue) = 114+166+125=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 166 - color contains mainly: green. Hex color #72A67D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A67D is #8D5982. Grayscale: #919191. Windows color (decimal): -9263491 or 8234610. OLE color: 8234610.
HSL color Cylindrical-coordinate representation of color #72A67D: hue angle of 132.69º 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 #72A67D is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 166 | 125 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.35 |
| HSL | 132.69º | 0.23% | 0.55% | - |
| HSV(B) | 132.69º | 0.31% | 0.65% | - |
| XYZ | 24.28 | 32.33 | 24.36 | - |
| YUV | 145.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 166 | 125 | 0.31 | 0 | 0.25 | 0.35 | 132.69 | 0.23 | 0.55 |
| Hex | 72 | A6 | 7D | 1F | 0 | 19 | 23 | 85 | 17 | 37 |
| Octal | 162 | 246 | 175 | 37 | 0 | 31 | 43 | 205 | 27 | 67 |
| Binary | 1110010 | 10100110 | 1111101 | 11111 | 0 | 11001 | 100011 | 10000101 | 10111 | 110111 |
Color Harmonies of #72A67D
Complementary color
Monochromatic Colors of #72A67D
Black with #72A67D
Text Example
Text Example
White with #72A67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A67D; }
p { color: rgb(114,166,125); }
H1.HeaderClassName
{
color: #72A67D;
}
.AnyTagClassName
{
color: #72A67D;
}
</style>
background-color css
<style>
a { background-color: #72A67D; }
a { background-color: rgb(114,166,125); }
div.DivClassName
{
background-color: #72A67D;
}
.BgClassName
{
background-color: #72A67D;
}
</style>
border-color css
<style>
span { border-color: #72A67D; }
span { border-color: rgb(114,166,125); }
td.TdClassName
{
border-color: #72A67D;
}
.TagClassName
{
border-color: #72A67D;
}
</style>