Shades of Oxley #729E7A
Tints of Oxley #729E7A
RGB
CMYK
RGB Variations
Color information
#729E7A (or 0x729E7A) is known color: Oxley. HEX triplet: 72, 9E and 7A. RGB value is (114,158,122). Sum of RGB (Red+Green+Blue) = 114+158+122=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 158 - color contains mainly: green. Hex color #729E7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729E7A is #8D6185. Grayscale: #8C8C8C. Windows color (decimal): -9265542 or 8035954. OLE color: 8035954.
HSL color Cylindrical-coordinate representation of color #729E7A: hue angle of 130.91º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #729E7A is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 158 | 122 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.38 |
| HSL | 130.91º | 0.18% | 0.53% | - |
| HSV(B) | 130.91º | 0.28% | 0.62% | - |
| XYZ | 22.68 | 29.44 | 22.9 | - |
| YUV | 140.74 | 117.42 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 158 | 122 | 0.28 | 0 | 0.23 | 0.38 | 130.91 | 0.18 | 0.53 |
| Hex | 72 | 9E | 7A | 1C | 0 | 17 | 26 | 83 | 12 | 35 |
| Octal | 162 | 236 | 172 | 34 | 0 | 27 | 46 | 203 | 22 | 65 |
| Binary | 1110010 | 10011110 | 1111010 | 11100 | 0 | 10111 | 100110 | 10000011 | 10010 | 110101 |
Color Harmonies of #729E7A
Complementary color
Monochromatic Colors of #729E7A
Black with #729E7A
Text Example
Text Example
White with #729E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729E7A; }
p { color: rgb(114,158,122); }
H1.HeaderClassName
{
color: #729E7A;
}
.AnyTagClassName
{
color: #729E7A;
}
</style>
background-color css
<style>
a { background-color: #729E7A; }
a { background-color: rgb(114,158,122); }
div.DivClassName
{
background-color: #729E7A;
}
.BgClassName
{
background-color: #729E7A;
}
</style>
border-color css
<style>
span { border-color: #729E7A; }
span { border-color: rgb(114,158,122); }
td.TdClassName
{
border-color: #729E7A;
}
.TagClassName
{
border-color: #729E7A;
}
</style>