Shades of Oxley #729F83
Tints of Oxley #729F83
RGB
CMYK
RGB Variations
Color information
#729F83 (or 0x729F83) is known color: Oxley. HEX triplet: 72, 9F and 83. RGB value is (114,159,131). Sum of RGB (Red+Green+Blue) = 114+159+131=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 159 - color contains mainly: green. Hex color #729F83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729F83 is #8D607C. Grayscale: #8E8E8E. Windows color (decimal): -9265277 or 8626034. OLE color: 8626034.
HSL color Cylindrical-coordinate representation of color #729F83: hue angle of 142.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #729F83 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 159 | 131 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.38 |
| HSL | 142.67º | 0.19% | 0.54% | - |
| HSV(B) | 142.67º | 0.28% | 0.62% | - |
| XYZ | 23.43 | 30.01 | 26.03 | - |
| YUV | 142.35 | 121.59 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 159 | 131 | 0.28 | 0 | 0.18 | 0.38 | 142.67 | 0.19 | 0.54 |
| Hex | 72 | 9F | 83 | 1C | 0 | 12 | 26 | 8F | 13 | 36 |
| Octal | 162 | 237 | 203 | 34 | 0 | 22 | 46 | 217 | 23 | 66 |
| Binary | 1110010 | 10011111 | 10000011 | 11100 | 0 | 10010 | 100110 | 10001111 | 10011 | 110110 |
Color Harmonies of #729F83
Complementary color
Monochromatic Colors of #729F83
Black with #729F83
Text Example
Text Example
White with #729F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729F83; }
p { color: rgb(114,159,131); }
H1.HeaderClassName
{
color: #729F83;
}
.AnyTagClassName
{
color: #729F83;
}
</style>
background-color css
<style>
a { background-color: #729F83; }
a { background-color: rgb(114,159,131); }
div.DivClassName
{
background-color: #729F83;
}
.BgClassName
{
background-color: #729F83;
}
</style>
border-color css
<style>
span { border-color: #729F83; }
span { border-color: rgb(114,159,131); }
td.TdClassName
{
border-color: #729F83;
}
.TagClassName
{
border-color: #729F83;
}
</style>