Shades of Oxley #729C76
Tints of Oxley #729C76
RGB
CMYK
RGB Variations
Color information
#729C76 (or 0x729C76) is known color: Oxley. HEX triplet: 72, 9C and 76. RGB value is (114,156,118). Sum of RGB (Red+Green+Blue) = 114+156+118=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 156 - color contains mainly: green. Hex color #729C76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729C76 is #8D6389. Grayscale: #8B8B8B. Windows color (decimal): -9266058 or 7773298. OLE color: 7773298.
HSL color Cylindrical-coordinate representation of color #729C76: hue angle of 125.71º 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 #729C76 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 156 | 118 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.39 |
| HSL | 125.71º | 0.18% | 0.53% | - |
| HSV(B) | 125.71º | 0.27% | 0.61% | - |
| XYZ | 22.1 | 28.66 | 21.51 | - |
| YUV | 139.11 | 116.09 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 156 | 118 | 0.27 | 0 | 0.24 | 0.39 | 125.71 | 0.18 | 0.53 |
| Hex | 72 | 9C | 76 | 1B | 0 | 18 | 27 | 7E | 12 | 35 |
| Octal | 162 | 234 | 166 | 33 | 0 | 30 | 47 | 176 | 22 | 65 |
| Binary | 1110010 | 10011100 | 1110110 | 11011 | 0 | 11000 | 100111 | 1111110 | 10010 | 110101 |
Color Harmonies of #729C76
Complementary color
Monochromatic Colors of #729C76
Black with #729C76
Text Example
Text Example
White with #729C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729C76; }
p { color: rgb(114,156,118); }
H1.HeaderClassName
{
color: #729C76;
}
.AnyTagClassName
{
color: #729C76;
}
</style>
background-color css
<style>
a { background-color: #729C76; }
a { background-color: rgb(114,156,118); }
div.DivClassName
{
background-color: #729C76;
}
.BgClassName
{
background-color: #729C76;
}
</style>
border-color css
<style>
span { border-color: #729C76; }
span { border-color: rgb(114,156,118); }
td.TdClassName
{
border-color: #729C76;
}
.TagClassName
{
border-color: #729C76;
}
</style>