Shades of Oxley #739A7E
Tints of Oxley #739A7E
RGB
CMYK
RGB Variations
Color information
#739A7E (or 0x739A7E) is known color: Oxley. HEX triplet: 73, 9A and 7E. RGB value is (115,154,126). Sum of RGB (Red+Green+Blue) = 115+154+126=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 154 - color contains mainly: green. Hex color #739A7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739A7E is #8C6581. Grayscale: #8B8B8B. Windows color (decimal): -9201026 or 8297075. OLE color: 8297075.
HSL color Cylindrical-coordinate representation of color #739A7E: hue angle of 136.92º 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 #739A7E is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 154 | 126 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.40 |
| HSL | 136.92º | 0.16% | 0.53% | - |
| HSV(B) | 136.92º | 0.25% | 0.6% | - |
| XYZ | 22.39 | 28.26 | 24.01 | - |
| YUV | 139.15 | 120.58 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 154 | 126 | 0.25 | 0 | 0.18 | 0.40 | 136.92 | 0.16 | 0.53 |
| Hex | 73 | 9A | 7E | 19 | 0 | 12 | 28 | 89 | 10 | 35 |
| Octal | 163 | 232 | 176 | 31 | 0 | 22 | 50 | 211 | 20 | 65 |
| Binary | 1110011 | 10011010 | 1111110 | 11001 | 0 | 10010 | 101000 | 10001001 | 10000 | 110101 |
Color Harmonies of #739A7E
Complementary color
Monochromatic Colors of #739A7E
Black with #739A7E
Text Example
Text Example
White with #739A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739A7E; }
p { color: rgb(115,154,126); }
H1.HeaderClassName
{
color: #739A7E;
}
.AnyTagClassName
{
color: #739A7E;
}
</style>
background-color css
<style>
a { background-color: #739A7E; }
a { background-color: rgb(115,154,126); }
div.DivClassName
{
background-color: #739A7E;
}
.BgClassName
{
background-color: #739A7E;
}
</style>
border-color css
<style>
span { border-color: #739A7E; }
span { border-color: rgb(115,154,126); }
td.TdClassName
{
border-color: #739A7E;
}
.TagClassName
{
border-color: #739A7E;
}
</style>