Shades of Oxley #739D7A
Tints of Oxley #739D7A
RGB
CMYK
RGB Variations
Color information
#739D7A (or 0x739D7A) is known color: Oxley. HEX triplet: 73, 9D and 7A. RGB value is (115,157,122). Sum of RGB (Red+Green+Blue) = 115+157+122=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 157 - color contains mainly: green. Hex color #739D7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739D7A is #8C6285. Grayscale: #8C8C8C. Windows color (decimal): -9200262 or 8035699. OLE color: 8035699.
HSL color Cylindrical-coordinate representation of color #739D7A: hue angle of 130º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #739D7A is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 157 | 122 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.38 |
| HSL | 130º | 0.18% | 0.53% | - |
| HSV(B) | 130º | 0.27% | 0.62% | - |
| XYZ | 22.64 | 29.16 | 22.85 | - |
| YUV | 140.45 | 117.59 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 157 | 122 | 0.27 | 0 | 0.22 | 0.38 | 130 | 0.18 | 0.53 |
| Hex | 73 | 9D | 7A | 1B | 0 | 16 | 26 | 82 | 12 | 35 |
| Octal | 163 | 235 | 172 | 33 | 0 | 26 | 46 | 202 | 22 | 65 |
| Binary | 1110011 | 10011101 | 1111010 | 11011 | 0 | 10110 | 100110 | 10000010 | 10010 | 110101 |
Color Harmonies of #739D7A
Complementary color
Monochromatic Colors of #739D7A
Black with #739D7A
Text Example
Text Example
White with #739D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739D7A; }
p { color: rgb(115,157,122); }
H1.HeaderClassName
{
color: #739D7A;
}
.AnyTagClassName
{
color: #739D7A;
}
</style>
background-color css
<style>
a { background-color: #739D7A; }
a { background-color: rgb(115,157,122); }
div.DivClassName
{
background-color: #739D7A;
}
.BgClassName
{
background-color: #739D7A;
}
</style>
border-color css
<style>
span { border-color: #739D7A; }
span { border-color: rgb(115,157,122); }
td.TdClassName
{
border-color: #739D7A;
}
.TagClassName
{
border-color: #739D7A;
}
</style>