Shades of Oxley #729D85
Tints of Oxley #729D85
RGB
CMYK
RGB Variations
Color information
#729D85 (or 0x729D85) is known color: Oxley. HEX triplet: 72, 9D and 85. RGB value is (114,157,133). Sum of RGB (Red+Green+Blue) = 114+157+133=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 157 - color contains mainly: green. Hex color #729D85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729D85 is #8D627A. Grayscale: #8D8D8D. Windows color (decimal): -9265787 or 8756594. OLE color: 8756594.
HSL color Cylindrical-coordinate representation of color #729D85: hue angle of 146.51º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #729D85 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 157 | 133 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.38 |
| HSL | 146.51º | 0.18% | 0.53% | - |
| HSV(B) | 146.51º | 0.27% | 0.62% | - |
| XYZ | 23.23 | 29.38 | 26.64 | - |
| YUV | 141.41 | 123.25 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 157 | 133 | 0.27 | 0 | 0.15 | 0.38 | 146.51 | 0.18 | 0.53 |
| Hex | 72 | 9D | 85 | 1B | 0 | F | 26 | 93 | 12 | 35 |
| Octal | 162 | 235 | 205 | 33 | 0 | 17 | 46 | 223 | 22 | 65 |
| Binary | 1110010 | 10011101 | 10000101 | 11011 | 0 | 1111 | 100110 | 10010011 | 10010 | 110101 |
Color Harmonies of #729D85
Complementary color
Monochromatic Colors of #729D85
Black with #729D85
Text Example
Text Example
White with #729D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729D85; }
p { color: rgb(114,157,133); }
H1.HeaderClassName
{
color: #729D85;
}
.AnyTagClassName
{
color: #729D85;
}
</style>
background-color css
<style>
a { background-color: #729D85; }
a { background-color: rgb(114,157,133); }
div.DivClassName
{
background-color: #729D85;
}
.BgClassName
{
background-color: #729D85;
}
</style>
border-color css
<style>
span { border-color: #729D85; }
span { border-color: rgb(114,157,133); }
td.TdClassName
{
border-color: #729D85;
}
.TagClassName
{
border-color: #729D85;
}
</style>