Shades of Oxley #739E78
Tints of Oxley #739E78
RGB
CMYK
RGB Variations
Color information
#739E78 (or 0x739E78) is known color: Oxley. HEX triplet: 73, 9E and 78. RGB value is (115,158,120). Sum of RGB (Red+Green+Blue) = 115+158+120=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 158 - color contains mainly: green. Hex color #739E78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739E78 is #8C6187. Grayscale: #8C8C8C. Windows color (decimal): -9200008 or 7904883. OLE color: 7904883.
HSL color Cylindrical-coordinate representation of color #739E78: hue angle of 126.98º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #739E78 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 158 | 120 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.38 |
| HSL | 126.98º | 0.18% | 0.54% | - |
| HSV(B) | 126.98º | 0.27% | 0.62% | - |
| XYZ | 22.69 | 29.45 | 22.26 | - |
| YUV | 140.81 | 116.25 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 158 | 120 | 0.27 | 0 | 0.24 | 0.38 | 126.98 | 0.18 | 0.54 |
| Hex | 73 | 9E | 78 | 1B | 0 | 18 | 26 | 7F | 12 | 36 |
| Octal | 163 | 236 | 170 | 33 | 0 | 30 | 46 | 177 | 22 | 66 |
| Binary | 1110011 | 10011110 | 1111000 | 11011 | 0 | 11000 | 100110 | 1111111 | 10010 | 110110 |
Color Harmonies of #739E78
Complementary color
Monochromatic Colors of #739E78
Black with #739E78
Text Example
Text Example
White with #739E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739E78; }
p { color: rgb(115,158,120); }
H1.HeaderClassName
{
color: #739E78;
}
.AnyTagClassName
{
color: #739E78;
}
</style>
background-color css
<style>
a { background-color: #739E78; }
a { background-color: rgb(115,158,120); }
div.DivClassName
{
background-color: #739E78;
}
.BgClassName
{
background-color: #739E78;
}
</style>
border-color css
<style>
span { border-color: #739E78; }
span { border-color: rgb(115,158,120); }
td.TdClassName
{
border-color: #739E78;
}
.TagClassName
{
border-color: #739E78;
}
</style>