Shades of Oxley #739882
Tints of Oxley #739882
RGB
CMYK
RGB Variations
Color information
#739882 (or 0x739882) is known color: Oxley. HEX triplet: 73, 98 and 82. RGB value is (115,152,130). Sum of RGB (Red+Green+Blue) = 115+152+130=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 152 - color contains mainly: green. Hex color #739882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739882 is #8C677D. Grayscale: #8A8A8A. Windows color (decimal): -9201534 or 8558707. OLE color: 8558707.
HSL color Cylindrical-coordinate representation of color #739882: hue angle of 144.32º 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 #739882 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 152 | 130 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.40 |
| HSL | 144.32º | 0.15% | 0.52% | - |
| HSV(B) | 144.32º | 0.24% | 0.6% | - |
| XYZ | 22.33 | 27.71 | 25.29 | - |
| YUV | 138.43 | 123.24 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 152 | 130 | 0.24 | 0 | 0.14 | 0.40 | 144.32 | 0.15 | 0.52 |
| Hex | 73 | 98 | 82 | 18 | 0 | E | 28 | 90 | F | 34 |
| Octal | 163 | 230 | 202 | 30 | 0 | 16 | 50 | 220 | 17 | 64 |
| Binary | 1110011 | 10011000 | 10000010 | 11000 | 0 | 1110 | 101000 | 10010000 | 1111 | 110100 |
Color Harmonies of #739882
Complementary color
Monochromatic Colors of #739882
Black with #739882
Text Example
Text Example
White with #739882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739882; }
p { color: rgb(115,152,130); }
H1.HeaderClassName
{
color: #739882;
}
.AnyTagClassName
{
color: #739882;
}
</style>
background-color css
<style>
a { background-color: #739882; }
a { background-color: rgb(115,152,130); }
div.DivClassName
{
background-color: #739882;
}
.BgClassName
{
background-color: #739882;
}
</style>
border-color css
<style>
span { border-color: #739882; }
span { border-color: rgb(115,152,130); }
td.TdClassName
{
border-color: #739882;
}
.TagClassName
{
border-color: #739882;
}
</style>