Shades of Oxley #729E7B
Tints of Oxley #729E7B
RGB
CMYK
RGB Variations
Color information
#729E7B (or 0x729E7B) is known color: Oxley. HEX triplet: 72, 9E and 7B. RGB value is (114,158,123). Sum of RGB (Red+Green+Blue) = 114+158+123=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 158 - color contains mainly: green. Hex color #729E7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729E7B is #8D6184. Grayscale: #8C8C8C. Windows color (decimal): -9265541 or 8101490. OLE color: 8101490.
HSL color Cylindrical-coordinate representation of color #729E7B: hue angle of 132.27º 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 #729E7B is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 158 | 123 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.38 |
| HSL | 132.27º | 0.18% | 0.53% | - |
| HSV(B) | 132.27º | 0.28% | 0.62% | - |
| XYZ | 22.74 | 29.46 | 23.23 | - |
| YUV | 140.85 | 117.92 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 158 | 123 | 0.28 | 0 | 0.22 | 0.38 | 132.27 | 0.18 | 0.53 |
| Hex | 72 | 9E | 7B | 1C | 0 | 16 | 26 | 84 | 12 | 35 |
| Octal | 162 | 236 | 173 | 34 | 0 | 26 | 46 | 204 | 22 | 65 |
| Binary | 1110010 | 10011110 | 1111011 | 11100 | 0 | 10110 | 100110 | 10000100 | 10010 | 110101 |
Color Harmonies of #729E7B
Complementary color
Monochromatic Colors of #729E7B
Black with #729E7B
Text Example
Text Example
White with #729E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729E7B; }
p { color: rgb(114,158,123); }
H1.HeaderClassName
{
color: #729E7B;
}
.AnyTagClassName
{
color: #729E7B;
}
</style>
background-color css
<style>
a { background-color: #729E7B; }
a { background-color: rgb(114,158,123); }
div.DivClassName
{
background-color: #729E7B;
}
.BgClassName
{
background-color: #729E7B;
}
</style>
border-color css
<style>
span { border-color: #729E7B; }
span { border-color: rgb(114,158,123); }
td.TdClassName
{
border-color: #729E7B;
}
.TagClassName
{
border-color: #729E7B;
}
</style>