Shades of Oxley #739D84
Tints of Oxley #739D84
RGB
CMYK
RGB Variations
Color information
#739D84 (or 0x739D84) is known color: Oxley. HEX triplet: 73, 9D and 84. RGB value is (115,157,132). Sum of RGB (Red+Green+Blue) = 115+157+132=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 157 - color contains mainly: green. Hex color #739D84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739D84 is #8C627B. Grayscale: #8D8D8D. Windows color (decimal): -9200252 or 8691059. OLE color: 8691059.
HSL color Cylindrical-coordinate representation of color #739D84: hue angle of 144.29º 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 #739D84 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 157 | 132 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.38 |
| HSL | 144.29º | 0.18% | 0.53% | - |
| HSV(B) | 144.29º | 0.27% | 0.62% | - |
| XYZ | 23.29 | 29.42 | 26.28 | - |
| YUV | 141.59 | 122.59 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 157 | 132 | 0.27 | 0 | 0.16 | 0.38 | 144.29 | 0.18 | 0.53 |
| Hex | 73 | 9D | 84 | 1B | 0 | 10 | 26 | 90 | 12 | 35 |
| Octal | 163 | 235 | 204 | 33 | 0 | 20 | 46 | 220 | 22 | 65 |
| Binary | 1110011 | 10011101 | 10000100 | 11011 | 0 | 10000 | 100110 | 10010000 | 10010 | 110101 |
Color Harmonies of #739D84
Complementary color
Monochromatic Colors of #739D84
Black with #739D84
Text Example
Text Example
White with #739D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739D84; }
p { color: rgb(115,157,132); }
H1.HeaderClassName
{
color: #739D84;
}
.AnyTagClassName
{
color: #739D84;
}
</style>
background-color css
<style>
a { background-color: #739D84; }
a { background-color: rgb(115,157,132); }
div.DivClassName
{
background-color: #739D84;
}
.BgClassName
{
background-color: #739D84;
}
</style>
border-color css
<style>
span { border-color: #739D84; }
span { border-color: rgb(115,157,132); }
td.TdClassName
{
border-color: #739D84;
}
.TagClassName
{
border-color: #739D84;
}
</style>