Shades of Oxley #6EA07C
Tints of Oxley #6EA07C
RGB
CMYK
RGB Variations
Color information
#6EA07C (or 0x6EA07C) is known color: Oxley. HEX triplet: 6E, A0 and 7C. RGB value is (110,160,124). Sum of RGB (Red+Green+Blue) = 110+160+124=394 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.92% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 160 - color contains mainly: green. Hex color #6EA07C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA07C is #915F83. Grayscale: #8D8D8D. Windows color (decimal): -9527172 or 8167534. OLE color: 8167534.
HSL color Cylindrical-coordinate representation of color #6EA07C: hue angle of 136.8º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6EA07C is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 110 | 160 | 124 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.37 |
| HSL | 136.8º | 0.21% | 0.53% | - |
| HSV(B) | 136.8º | 0.31% | 0.63% | - |
| XYZ | 22.64 | 29.91 | 23.65 | - |
| YUV | 140.95 | 118.44 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 160 | 124 | 0.31 | 0 | 0.22 | 0.37 | 136.8 | 0.21 | 0.53 |
| Hex | 6E | A0 | 7C | 1F | 0 | 16 | 25 | 89 | 15 | 35 |
| Octal | 156 | 240 | 174 | 37 | 0 | 26 | 45 | 211 | 25 | 65 |
| Binary | 1101110 | 10100000 | 1111100 | 11111 | 0 | 10110 | 100101 | 10001001 | 10101 | 110101 |
Color Harmonies of #6EA07C
Complementary color
Monochromatic Colors of #6EA07C
Black with #6EA07C
Text Example
Text Example
White with #6EA07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA07C; }
p { color: rgb(110,160,124); }
H1.HeaderClassName
{
color: #6EA07C;
}
.AnyTagClassName
{
color: #6EA07C;
}
</style>
background-color css
<style>
a { background-color: #6EA07C; }
a { background-color: rgb(110,160,124); }
div.DivClassName
{
background-color: #6EA07C;
}
.BgClassName
{
background-color: #6EA07C;
}
</style>
border-color css
<style>
span { border-color: #6EA07C; }
span { border-color: rgb(110,160,124); }
td.TdClassName
{
border-color: #6EA07C;
}
.TagClassName
{
border-color: #6EA07C;
}
</style>