Shades of Oxley #739F76
Tints of Oxley #739F76
RGB
CMYK
RGB Variations
Color information
#739F76 (or 0x739F76) is known color: Oxley. HEX triplet: 73, 9F and 76. RGB value is (115,159,118). Sum of RGB (Red+Green+Blue) = 115+159+118=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 159 - color contains mainly: green. Hex color #739F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739F76 is #8C6089. Grayscale: #8D8D8D. Windows color (decimal): -9199754 or 7774067. OLE color: 7774067.
HSL color Cylindrical-coordinate representation of color #739F76: hue angle of 124.09º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #739F76 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 159 | 118 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.38 |
| HSL | 124.09º | 0.19% | 0.54% | - |
| HSV(B) | 124.09º | 0.28% | 0.62% | - |
| XYZ | 22.74 | 29.75 | 21.68 | - |
| YUV | 141.17 | 114.92 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 159 | 118 | 0.28 | 0 | 0.26 | 0.38 | 124.09 | 0.19 | 0.54 |
| Hex | 73 | 9F | 76 | 1C | 0 | 1A | 26 | 7C | 13 | 36 |
| Octal | 163 | 237 | 166 | 34 | 0 | 32 | 46 | 174 | 23 | 66 |
| Binary | 1110011 | 10011111 | 1110110 | 11100 | 0 | 11010 | 100110 | 1111100 | 10011 | 110110 |
Color Harmonies of #739F76
Complementary color
Monochromatic Colors of #739F76
Black with #739F76
Text Example
Text Example
White with #739F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739F76; }
p { color: rgb(115,159,118); }
H1.HeaderClassName
{
color: #739F76;
}
.AnyTagClassName
{
color: #739F76;
}
</style>
background-color css
<style>
a { background-color: #739F76; }
a { background-color: rgb(115,159,118); }
div.DivClassName
{
background-color: #739F76;
}
.BgClassName
{
background-color: #739F76;
}
</style>
border-color css
<style>
span { border-color: #739F76; }
span { border-color: rgb(115,159,118); }
td.TdClassName
{
border-color: #739F76;
}
.TagClassName
{
border-color: #739F76;
}
</style>