Shades of Oxley #729983
Tints of Oxley #729983
RGB
CMYK
RGB Variations
Color information
#729983 (or 0x729983) is known color: Oxley. HEX triplet: 72, 99 and 83. RGB value is (114,153,131). Sum of RGB (Red+Green+Blue) = 114+153+131=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 153 - color contains mainly: green. Hex color #729983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729983 is #8D667C. Grayscale: #8A8A8A. Windows color (decimal): -9266813 or 8624498. OLE color: 8624498.
HSL color Cylindrical-coordinate representation of color #729983: hue angle of 146.15º 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 #729983 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 114 | 153 | 131 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.4 |
| HSL | 146.15º | 0.16% | 0.52% | - |
| HSV(B) | 146.15º | 0.25% | 0.6% | - |
| XYZ | 22.43 | 28 | 25.69 | - |
| YUV | 138.83 | 123.58 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 153 | 131 | 0.25 | 0 | 0.14 | 0.4 | 146.15 | 0.16 | 0.52 |
| Hex | 72 | 99 | 83 | 19 | 0 | E | 28 | 92 | 10 | 34 |
| Octal | 162 | 231 | 203 | 31 | 0 | 16 | 50 | 222 | 20 | 64 |
| Binary | 1110010 | 10011001 | 10000011 | 11001 | 0 | 1110 | 101000 | 10010010 | 10000 | 110100 |
Color Harmonies of #729983
Complementary color
Monochromatic Colors of #729983
Black with #729983
Text Example
Text Example
White with #729983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729983; }
p { color: rgb(114,153,131); }
H1.HeaderClassName
{
color: #729983;
}
.AnyTagClassName
{
color: #729983;
}
</style>
background-color css
<style>
a { background-color: #729983; }
a { background-color: rgb(114,153,131); }
div.DivClassName
{
background-color: #729983;
}
.BgClassName
{
background-color: #729983;
}
</style>
border-color css
<style>
span { border-color: #729983; }
span { border-color: rgb(114,153,131); }
td.TdClassName
{
border-color: #729983;
}
.TagClassName
{
border-color: #729983;
}
</style>