Shades of Oxley #729D76
Tints of Oxley #729D76
RGB
CMYK
RGB Variations
Color information
#729D76 (or 0x729D76) is known color: Oxley. HEX triplet: 72, 9D and 76. RGB value is (114,157,118). Sum of RGB (Red+Green+Blue) = 114+157+118=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 157 - color contains mainly: green. Hex color #729D76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729D76 is #8D6289. Grayscale: #8B8B8B. Windows color (decimal): -9265802 or 7773554. OLE color: 7773554.
HSL color Cylindrical-coordinate representation of color #729D76: hue angle of 125.58º 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 #729D76 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 157 | 118 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.38 |
| HSL | 125.58º | 0.18% | 0.53% | - |
| HSV(B) | 125.58º | 0.27% | 0.62% | - |
| XYZ | 22.27 | 29 | 21.56 | - |
| YUV | 139.7 | 115.75 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 157 | 118 | 0.27 | 0 | 0.25 | 0.38 | 125.58 | 0.18 | 0.53 |
| Hex | 72 | 9D | 76 | 1B | 0 | 19 | 26 | 7E | 12 | 35 |
| Octal | 162 | 235 | 166 | 33 | 0 | 31 | 46 | 176 | 22 | 65 |
| Binary | 1110010 | 10011101 | 1110110 | 11011 | 0 | 11001 | 100110 | 1111110 | 10010 | 110101 |
Color Harmonies of #729D76
Complementary color
Monochromatic Colors of #729D76
Black with #729D76
Text Example
Text Example
White with #729D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729D76; }
p { color: rgb(114,157,118); }
H1.HeaderClassName
{
color: #729D76;
}
.AnyTagClassName
{
color: #729D76;
}
</style>
background-color css
<style>
a { background-color: #729D76; }
a { background-color: rgb(114,157,118); }
div.DivClassName
{
background-color: #729D76;
}
.BgClassName
{
background-color: #729D76;
}
</style>
border-color css
<style>
span { border-color: #729D76; }
span { border-color: rgb(114,157,118); }
td.TdClassName
{
border-color: #729D76;
}
.TagClassName
{
border-color: #729D76;
}
</style>