Shades of Oxley #72987A
Tints of Oxley #72987A
RGB
CMYK
RGB Variations
Color information
#72987A (or 0x72987A) is known color: Oxley. HEX triplet: 72, 98 and 7A. RGB value is (114,152,122). Sum of RGB (Red+Green+Blue) = 114+152+122=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 152 - color contains mainly: green. Hex color #72987A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72987A is #8D6785. Grayscale: #898989. Windows color (decimal): -9267078 or 8034418. OLE color: 8034418.
HSL color Cylindrical-coordinate representation of color #72987A: hue angle of 132.63º 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 #72987A is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 152 | 122 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.40 |
| HSL | 132.63º | 0.16% | 0.52% | - |
| HSV(B) | 132.63º | 0.25% | 0.6% | - |
| XYZ | 21.68 | 27.44 | 22.57 | - |
| YUV | 137.22 | 119.41 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 152 | 122 | 0.25 | 0 | 0.20 | 0.40 | 132.63 | 0.16 | 0.52 |
| Hex | 72 | 98 | 7A | 19 | 0 | 14 | 28 | 85 | 10 | 34 |
| Octal | 162 | 230 | 172 | 31 | 0 | 24 | 50 | 205 | 20 | 64 |
| Binary | 1110010 | 10011000 | 1111010 | 11001 | 0 | 10100 | 101000 | 10000101 | 10000 | 110100 |
Color Harmonies of #72987A
Complementary color
Monochromatic Colors of #72987A
Black with #72987A
Text Example
Text Example
White with #72987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72987A; }
p { color: rgb(114,152,122); }
H1.HeaderClassName
{
color: #72987A;
}
.AnyTagClassName
{
color: #72987A;
}
</style>
background-color css
<style>
a { background-color: #72987A; }
a { background-color: rgb(114,152,122); }
div.DivClassName
{
background-color: #72987A;
}
.BgClassName
{
background-color: #72987A;
}
</style>
border-color css
<style>
span { border-color: #72987A; }
span { border-color: rgb(114,152,122); }
td.TdClassName
{
border-color: #72987A;
}
.TagClassName
{
border-color: #72987A;
}
</style>