Shades of Oxley #729C85
Tints of Oxley #729C85
RGB
CMYK
RGB Variations
Color information
#729C85 (or 0x729C85) is known color: Oxley. HEX triplet: 72, 9C and 85. RGB value is (114,156,133). Sum of RGB (Red+Green+Blue) = 114+156+133=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 156 - color contains mainly: green. Hex color #729C85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729C85 is #8D637A. Grayscale: #8C8C8C. Windows color (decimal): -9266043 or 8756338. OLE color: 8756338.
HSL color Cylindrical-coordinate representation of color #729C85: hue angle of 147.14º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #729C85 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 156 | 133 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.39 |
| HSL | 147.14º | 0.18% | 0.53% | - |
| HSV(B) | 147.14º | 0.27% | 0.61% | - |
| XYZ | 23.06 | 29.05 | 26.58 | - |
| YUV | 140.82 | 123.59 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 156 | 133 | 0.27 | 0 | 0.15 | 0.39 | 147.14 | 0.18 | 0.53 |
| Hex | 72 | 9C | 85 | 1B | 0 | F | 27 | 93 | 12 | 35 |
| Octal | 162 | 234 | 205 | 33 | 0 | 17 | 47 | 223 | 22 | 65 |
| Binary | 1110010 | 10011100 | 10000101 | 11011 | 0 | 1111 | 100111 | 10010011 | 10010 | 110101 |
Color Harmonies of #729C85
Complementary color
Monochromatic Colors of #729C85
Black with #729C85
Text Example
Text Example
White with #729C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729C85; }
p { color: rgb(114,156,133); }
H1.HeaderClassName
{
color: #729C85;
}
.AnyTagClassName
{
color: #729C85;
}
</style>
background-color css
<style>
a { background-color: #729C85; }
a { background-color: rgb(114,156,133); }
div.DivClassName
{
background-color: #729C85;
}
.BgClassName
{
background-color: #729C85;
}
</style>
border-color css
<style>
span { border-color: #729C85; }
span { border-color: rgb(114,156,133); }
td.TdClassName
{
border-color: #729C85;
}
.TagClassName
{
border-color: #729C85;
}
</style>