Shades of Oxley #739C84
Tints of Oxley #739C84
RGB
CMYK
RGB Variations
Color information
#739C84 (or 0x739C84) is known color: Oxley. HEX triplet: 73, 9C and 84. RGB value is (115,156,132). Sum of RGB (Red+Green+Blue) = 115+156+132=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 156 - color contains mainly: green. Hex color #739C84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739C84 is #8C637B. Grayscale: #8D8D8D. Windows color (decimal): -9200508 or 8690803. OLE color: 8690803.
HSL color Cylindrical-coordinate representation of color #739C84: hue angle of 144.88º 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 #739C84 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 156 | 132 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.39 |
| HSL | 144.88º | 0.17% | 0.53% | - |
| HSV(B) | 144.88º | 0.26% | 0.61% | - |
| XYZ | 23.12 | 29.09 | 26.23 | - |
| YUV | 141.01 | 122.92 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 156 | 132 | 0.26 | 0 | 0.15 | 0.39 | 144.88 | 0.17 | 0.53 |
| Hex | 73 | 9C | 84 | 1A | 0 | F | 27 | 91 | 11 | 35 |
| Octal | 163 | 234 | 204 | 32 | 0 | 17 | 47 | 221 | 21 | 65 |
| Binary | 1110011 | 10011100 | 10000100 | 11010 | 0 | 1111 | 100111 | 10010001 | 10001 | 110101 |
Color Harmonies of #739C84
Complementary color
Monochromatic Colors of #739C84
Black with #739C84
Text Example
Text Example
White with #739C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739C84; }
p { color: rgb(115,156,132); }
H1.HeaderClassName
{
color: #739C84;
}
.AnyTagClassName
{
color: #739C84;
}
</style>
background-color css
<style>
a { background-color: #739C84; }
a { background-color: rgb(115,156,132); }
div.DivClassName
{
background-color: #739C84;
}
.BgClassName
{
background-color: #739C84;
}
</style>
border-color css
<style>
span { border-color: #739C84; }
span { border-color: rgb(115,156,132); }
td.TdClassName
{
border-color: #739C84;
}
.TagClassName
{
border-color: #739C84;
}
</style>