Shades of Oxley #729179
Tints of Oxley #729179
RGB
CMYK
RGB Variations
Color information
#729179 (or 0x729179) is known color: Oxley. HEX triplet: 72, 91 and 79. RGB value is (114,145,121). Sum of RGB (Red+Green+Blue) = 114+145+121=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 145 - color contains mainly: green. Hex color #729179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729179 is #8D6E86. Grayscale: #858585. Windows color (decimal): -9268871 or 7967090. OLE color: 7967090.
HSL color Cylindrical-coordinate representation of color #729179: hue angle of 133.55º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #729179 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 145 | 121 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.43 |
| HSL | 133.55º | 0.12% | 0.51% | - |
| HSV(B) | 133.55º | 0.21% | 0.57% | - |
| XYZ | 20.52 | 25.21 | 21.87 | - |
| YUV | 133 | 121.23 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 145 | 121 | 0.21 | 0 | 0.17 | 0.43 | 133.55 | 0.12 | 0.51 |
| Hex | 72 | 91 | 79 | 15 | 0 | 11 | 2B | 86 | C | 33 |
| Octal | 162 | 221 | 171 | 25 | 0 | 21 | 53 | 206 | 14 | 63 |
| Binary | 1110010 | 10010001 | 1111001 | 10101 | 0 | 10001 | 101011 | 10000110 | 1100 | 110011 |
Color Harmonies of #729179
Complementary color
Monochromatic Colors of #729179
Black with #729179
Text Example
Text Example
White with #729179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729179; }
p { color: rgb(114,145,121); }
H1.HeaderClassName
{
color: #729179;
}
.AnyTagClassName
{
color: #729179;
}
</style>
background-color css
<style>
a { background-color: #729179; }
a { background-color: rgb(114,145,121); }
div.DivClassName
{
background-color: #729179;
}
.BgClassName
{
background-color: #729179;
}
</style>
border-color css
<style>
span { border-color: #729179; }
span { border-color: rgb(114,145,121); }
td.TdClassName
{
border-color: #729179;
}
.TagClassName
{
border-color: #729179;
}
</style>