Shades of Oxley #739883
Tints of Oxley #739883
RGB
CMYK
RGB Variations
Color information
#739883 (or 0x739883) is known color: Oxley. HEX triplet: 73, 98 and 83. RGB value is (115,152,131). Sum of RGB (Red+Green+Blue) = 115+152+131=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 152 - color contains mainly: green. Hex color #739883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739883 is #8C677C. Grayscale: #8A8A8A. Windows color (decimal): -9201533 or 8624243. OLE color: 8624243.
HSL color Cylindrical-coordinate representation of color #739883: hue angle of 145.95º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #739883 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 152 | 131 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.40 |
| HSL | 145.95º | 0.15% | 0.52% | - |
| HSV(B) | 145.95º | 0.24% | 0.6% | - |
| XYZ | 22.4 | 27.74 | 25.65 | - |
| YUV | 138.54 | 123.74 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 152 | 131 | 0.24 | 0 | 0.14 | 0.40 | 145.95 | 0.15 | 0.52 |
| Hex | 73 | 98 | 83 | 18 | 0 | E | 28 | 92 | F | 34 |
| Octal | 163 | 230 | 203 | 30 | 0 | 16 | 50 | 222 | 17 | 64 |
| Binary | 1110011 | 10011000 | 10000011 | 11000 | 0 | 1110 | 101000 | 10010010 | 1111 | 110100 |
Color Harmonies of #739883
Complementary color
Monochromatic Colors of #739883
Black with #739883
Text Example
Text Example
White with #739883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739883; }
p { color: rgb(115,152,131); }
H1.HeaderClassName
{
color: #739883;
}
.AnyTagClassName
{
color: #739883;
}
</style>
background-color css
<style>
a { background-color: #739883; }
a { background-color: rgb(115,152,131); }
div.DivClassName
{
background-color: #739883;
}
.BgClassName
{
background-color: #739883;
}
</style>
border-color css
<style>
span { border-color: #739883; }
span { border-color: rgb(115,152,131); }
td.TdClassName
{
border-color: #739883;
}
.TagClassName
{
border-color: #739883;
}
</style>