Shades of Oxley #72987D
Tints of Oxley #72987D
RGB
CMYK
RGB Variations
Color information
#72987D (or 0x72987D) is known color: Oxley. HEX triplet: 72, 98 and 7D. RGB value is (114,152,125). Sum of RGB (Red+Green+Blue) = 114+152+125=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 152 - color contains mainly: green. Hex color #72987D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72987D is #8D6782. Grayscale: #898989. Windows color (decimal): -9267075 or 8231026. OLE color: 8231026.
HSL color Cylindrical-coordinate representation of color #72987D: hue angle of 137.37º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #72987D is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 152 | 125 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.40 |
| HSL | 137.37º | 0.16% | 0.52% | - |
| HSV(B) | 137.37º | 0.25% | 0.6% | - |
| XYZ | 21.87 | 27.51 | 23.56 | - |
| YUV | 137.56 | 120.91 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 152 | 125 | 0.25 | 0 | 0.18 | 0.40 | 137.37 | 0.16 | 0.52 |
| Hex | 72 | 98 | 7D | 19 | 0 | 12 | 28 | 89 | 10 | 34 |
| Octal | 162 | 230 | 175 | 31 | 0 | 22 | 50 | 211 | 20 | 64 |
| Binary | 1110010 | 10011000 | 1111101 | 11001 | 0 | 10010 | 101000 | 10001001 | 10000 | 110100 |
Color Harmonies of #72987D
Complementary color
Monochromatic Colors of #72987D
Black with #72987D
Text Example
Text Example
White with #72987D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72987D; }
p { color: rgb(114,152,125); }
H1.HeaderClassName
{
color: #72987D;
}
.AnyTagClassName
{
color: #72987D;
}
</style>
background-color css
<style>
a { background-color: #72987D; }
a { background-color: rgb(114,152,125); }
div.DivClassName
{
background-color: #72987D;
}
.BgClassName
{
background-color: #72987D;
}
</style>
border-color css
<style>
span { border-color: #72987D; }
span { border-color: rgb(114,152,125); }
td.TdClassName
{
border-color: #72987D;
}
.TagClassName
{
border-color: #72987D;
}
</style>