Shades of Oxley #739B76
Tints of Oxley #739B76
RGB
CMYK
RGB Variations
Color information
#739B76 (or 0x739B76) is known color: Oxley. HEX triplet: 73, 9B and 76. RGB value is (115,155,118). Sum of RGB (Red+Green+Blue) = 115+155+118=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 155 - color contains mainly: green. Hex color #739B76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739B76 is #8C6489. Grayscale: #8A8A8A. Windows color (decimal): -9200778 or 7773043. OLE color: 7773043.
HSL color Cylindrical-coordinate representation of color #739B76: hue angle of 124.5º 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 #739B76 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 155 | 118 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.39 |
| HSL | 124.5º | 0.17% | 0.53% | - |
| HSV(B) | 124.5º | 0.26% | 0.61% | - |
| XYZ | 22.06 | 28.4 | 21.46 | - |
| YUV | 138.82 | 116.25 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 155 | 118 | 0.26 | 0 | 0.24 | 0.39 | 124.5 | 0.17 | 0.53 |
| Hex | 73 | 9B | 76 | 1A | 0 | 18 | 27 | 7C | 11 | 35 |
| Octal | 163 | 233 | 166 | 32 | 0 | 30 | 47 | 174 | 21 | 65 |
| Binary | 1110011 | 10011011 | 1110110 | 11010 | 0 | 11000 | 100111 | 1111100 | 10001 | 110101 |
Color Harmonies of #739B76
Complementary color
Monochromatic Colors of #739B76
Black with #739B76
Text Example
Text Example
White with #739B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739B76; }
p { color: rgb(115,155,118); }
H1.HeaderClassName
{
color: #739B76;
}
.AnyTagClassName
{
color: #739B76;
}
</style>
background-color css
<style>
a { background-color: #739B76; }
a { background-color: rgb(115,155,118); }
div.DivClassName
{
background-color: #739B76;
}
.BgClassName
{
background-color: #739B76;
}
</style>
border-color css
<style>
span { border-color: #739B76; }
span { border-color: rgb(115,155,118); }
td.TdClassName
{
border-color: #739B76;
}
.TagClassName
{
border-color: #739B76;
}
</style>