Shades of Oxley #739981
Tints of Oxley #739981
RGB
CMYK
RGB Variations
Color information
#739981 (or 0x739981) is known color: Oxley. HEX triplet: 73, 99 and 81. RGB value is (115,153,129). Sum of RGB (Red+Green+Blue) = 115+153+129=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 153 - color contains mainly: green. Hex color #739981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739981 is #8C667E. Grayscale: #8A8A8A. Windows color (decimal): -9201279 or 8493427. OLE color: 8493427.
HSL color Cylindrical-coordinate representation of color #739981: hue angle of 142.11º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #739981 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 115 | 153 | 129 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.4 |
| HSL | 142.11º | 0.16% | 0.53% | - |
| HSV(B) | 142.11º | 0.25% | 0.6% | - |
| XYZ | 22.42 | 28.01 | 24.99 | - |
| YUV | 138.9 | 122.41 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 153 | 129 | 0.25 | 0 | 0.16 | 0.4 | 142.11 | 0.16 | 0.53 |
| Hex | 73 | 99 | 81 | 19 | 0 | 10 | 28 | 8E | 10 | 35 |
| Octal | 163 | 231 | 201 | 31 | 0 | 20 | 50 | 216 | 20 | 65 |
| Binary | 1110011 | 10011001 | 10000001 | 11001 | 0 | 10000 | 101000 | 10001110 | 10000 | 110101 |
Color Harmonies of #739981
Complementary color
Monochromatic Colors of #739981
Black with #739981
Text Example
Text Example
White with #739981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739981; }
p { color: rgb(115,153,129); }
H1.HeaderClassName
{
color: #739981;
}
.AnyTagClassName
{
color: #739981;
}
</style>
background-color css
<style>
a { background-color: #739981; }
a { background-color: rgb(115,153,129); }
div.DivClassName
{
background-color: #739981;
}
.BgClassName
{
background-color: #739981;
}
</style>
border-color css
<style>
span { border-color: #739981; }
span { border-color: rgb(115,153,129); }
td.TdClassName
{
border-color: #739981;
}
.TagClassName
{
border-color: #739981;
}
</style>