Shades of Oxley #739B7F
Tints of Oxley #739B7F
RGB
CMYK
RGB Variations
Color information
#739B7F (or 0x739B7F) is known color: Oxley. HEX triplet: 73, 9B and 7F. RGB value is (115,155,127). Sum of RGB (Red+Green+Blue) = 115+155+127=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 155 - color contains mainly: green. Hex color #739B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739B7F is #8C6480. Grayscale: #8B8B8B. Windows color (decimal): -9200769 or 8362867. OLE color: 8362867.
HSL color Cylindrical-coordinate representation of color #739B7F: hue angle of 138º 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 #739B7F is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 155 | 127 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.39 |
| HSL | 138º | 0.17% | 0.53% | - |
| HSV(B) | 138º | 0.26% | 0.61% | - |
| XYZ | 22.62 | 28.62 | 24.41 | - |
| YUV | 139.85 | 120.75 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 155 | 127 | 0.26 | 0 | 0.18 | 0.39 | 138 | 0.17 | 0.53 |
| Hex | 73 | 9B | 7F | 1A | 0 | 12 | 27 | 8A | 11 | 35 |
| Octal | 163 | 233 | 177 | 32 | 0 | 22 | 47 | 212 | 21 | 65 |
| Binary | 1110011 | 10011011 | 1111111 | 11010 | 0 | 10010 | 100111 | 10001010 | 10001 | 110101 |
Color Harmonies of #739B7F
Complementary color
Monochromatic Colors of #739B7F
Black with #739B7F
Text Example
Text Example
White with #739B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739B7F; }
p { color: rgb(115,155,127); }
H1.HeaderClassName
{
color: #739B7F;
}
.AnyTagClassName
{
color: #739B7F;
}
</style>
background-color css
<style>
a { background-color: #739B7F; }
a { background-color: rgb(115,155,127); }
div.DivClassName
{
background-color: #739B7F;
}
.BgClassName
{
background-color: #739B7F;
}
</style>
border-color css
<style>
span { border-color: #739B7F; }
span { border-color: rgb(115,155,127); }
td.TdClassName
{
border-color: #739B7F;
}
.TagClassName
{
border-color: #739B7F;
}
</style>