Shades of Oxley #739C7A
Tints of Oxley #739C7A
RGB
CMYK
RGB Variations
Color information
#739C7A (or 0x739C7A) is known color: Oxley. HEX triplet: 73, 9C and 7A. RGB value is (115,156,122). Sum of RGB (Red+Green+Blue) = 115+156+122=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 156 - color contains mainly: green. Hex color #739C7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739C7A is #8C6385. Grayscale: #8B8B8B. Windows color (decimal): -9200518 or 8035443. OLE color: 8035443.
HSL color Cylindrical-coordinate representation of color #739C7A: hue angle of 130.24º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #739C7A is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 156 | 122 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.39 |
| HSL | 130.24º | 0.17% | 0.53% | - |
| HSV(B) | 130.24º | 0.26% | 0.61% | - |
| XYZ | 22.47 | 28.83 | 22.79 | - |
| YUV | 139.87 | 117.92 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 156 | 122 | 0.26 | 0 | 0.22 | 0.39 | 130.24 | 0.17 | 0.53 |
| Hex | 73 | 9C | 7A | 1A | 0 | 16 | 27 | 82 | 11 | 35 |
| Octal | 163 | 234 | 172 | 32 | 0 | 26 | 47 | 202 | 21 | 65 |
| Binary | 1110011 | 10011100 | 1111010 | 11010 | 0 | 10110 | 100111 | 10000010 | 10001 | 110101 |
Color Harmonies of #739C7A
Complementary color
Monochromatic Colors of #739C7A
Black with #739C7A
Text Example
Text Example
White with #739C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739C7A; }
p { color: rgb(115,156,122); }
H1.HeaderClassName
{
color: #739C7A;
}
.AnyTagClassName
{
color: #739C7A;
}
</style>
background-color css
<style>
a { background-color: #739C7A; }
a { background-color: rgb(115,156,122); }
div.DivClassName
{
background-color: #739C7A;
}
.BgClassName
{
background-color: #739C7A;
}
</style>
border-color css
<style>
span { border-color: #739C7A; }
span { border-color: rgb(115,156,122); }
td.TdClassName
{
border-color: #739C7A;
}
.TagClassName
{
border-color: #739C7A;
}
</style>