Shades of Oxley #729D7D
Tints of Oxley #729D7D
RGB
CMYK
RGB Variations
Color information
#729D7D (or 0x729D7D) is known color: Oxley. HEX triplet: 72, 9D and 7D. RGB value is (114,157,125). Sum of RGB (Red+Green+Blue) = 114+157+125=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 157 - color contains mainly: green. Hex color #729D7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729D7D is #8D6282. Grayscale: #8C8C8C. Windows color (decimal): -9265795 or 8232306. OLE color: 8232306.
HSL color Cylindrical-coordinate representation of color #729D7D: hue angle of 135.35º 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 #729D7D is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 157 | 125 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.38 |
| HSL | 135.35º | 0.18% | 0.53% | - |
| HSV(B) | 135.35º | 0.27% | 0.62% | - |
| XYZ | 22.7 | 29.17 | 23.84 | - |
| YUV | 140.5 | 119.25 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 157 | 125 | 0.27 | 0 | 0.20 | 0.38 | 135.35 | 0.18 | 0.53 |
| Hex | 72 | 9D | 7D | 1B | 0 | 14 | 26 | 87 | 12 | 35 |
| Octal | 162 | 235 | 175 | 33 | 0 | 24 | 46 | 207 | 22 | 65 |
| Binary | 1110010 | 10011101 | 1111101 | 11011 | 0 | 10100 | 100110 | 10000111 | 10010 | 110101 |
Color Harmonies of #729D7D
Complementary color
Monochromatic Colors of #729D7D
Black with #729D7D
Text Example
Text Example
White with #729D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729D7D; }
p { color: rgb(114,157,125); }
H1.HeaderClassName
{
color: #729D7D;
}
.AnyTagClassName
{
color: #729D7D;
}
</style>
background-color css
<style>
a { background-color: #729D7D; }
a { background-color: rgb(114,157,125); }
div.DivClassName
{
background-color: #729D7D;
}
.BgClassName
{
background-color: #729D7D;
}
</style>
border-color css
<style>
span { border-color: #729D7D; }
span { border-color: rgb(114,157,125); }
td.TdClassName
{
border-color: #729D7D;
}
.TagClassName
{
border-color: #729D7D;
}
</style>