Shades of Oxley #729B7A
Tints of Oxley #729B7A
RGB
CMYK
RGB Variations
Color information
#729B7A (or 0x729B7A) is known color: Oxley. HEX triplet: 72, 9B and 7A. RGB value is (114,155,122). Sum of RGB (Red+Green+Blue) = 114+155+122=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 155 - color contains mainly: green. Hex color #729B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729B7A is #8D6485. Grayscale: #8B8B8B. Windows color (decimal): -9266310 or 8035186. OLE color: 8035186.
HSL color Cylindrical-coordinate representation of color #729B7A: hue angle of 131.71º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #729B7A is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 155 | 122 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.39 |
| HSL | 131.71º | 0.17% | 0.53% | - |
| HSV(B) | 131.71º | 0.26% | 0.61% | - |
| XYZ | 22.17 | 28.43 | 22.73 | - |
| YUV | 138.98 | 118.42 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 155 | 122 | 0.26 | 0 | 0.21 | 0.39 | 131.71 | 0.17 | 0.53 |
| Hex | 72 | 9B | 7A | 1A | 0 | 15 | 27 | 84 | 11 | 35 |
| Octal | 162 | 233 | 172 | 32 | 0 | 25 | 47 | 204 | 21 | 65 |
| Binary | 1110010 | 10011011 | 1111010 | 11010 | 0 | 10101 | 100111 | 10000100 | 10001 | 110101 |
Color Harmonies of #729B7A
Complementary color
Monochromatic Colors of #729B7A
Black with #729B7A
Text Example
Text Example
White with #729B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729B7A; }
p { color: rgb(114,155,122); }
H1.HeaderClassName
{
color: #729B7A;
}
.AnyTagClassName
{
color: #729B7A;
}
</style>
background-color css
<style>
a { background-color: #729B7A; }
a { background-color: rgb(114,155,122); }
div.DivClassName
{
background-color: #729B7A;
}
.BgClassName
{
background-color: #729B7A;
}
</style>
border-color css
<style>
span { border-color: #729B7A; }
span { border-color: rgb(114,155,122); }
td.TdClassName
{
border-color: #729B7A;
}
.TagClassName
{
border-color: #729B7A;
}
</style>