Shades of Oxley #6EA17F
Tints of Oxley #6EA17F
RGB
CMYK
RGB Variations
Color information
#6EA17F (or 0x6EA17F) is known color: Oxley. HEX triplet: 6E, A1 and 7F. RGB value is (110,161,127). Sum of RGB (Red+Green+Blue) = 110+161+127=398 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.64% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 161 - color contains mainly: green. Hex color #6EA17F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA17F is #915E80. Grayscale: #8D8D8D. Windows color (decimal): -9526913 or 8364398. OLE color: 8364398.
HSL color Cylindrical-coordinate representation of color #6EA17F: hue angle of 140º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6EA17F is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 110 | 161 | 127 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.37 |
| HSL | 140º | 0.21% | 0.53% | - |
| HSV(B) | 140º | 0.32% | 0.63% | - |
| XYZ | 23.01 | 30.34 | 24.72 | - |
| YUV | 141.88 | 119.6 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 161 | 127 | 0.32 | 0 | 0.21 | 0.37 | 140 | 0.21 | 0.53 |
| Hex | 6E | A1 | 7F | 20 | 0 | 15 | 25 | 8C | 15 | 35 |
| Octal | 156 | 241 | 177 | 40 | 0 | 25 | 45 | 214 | 25 | 65 |
| Binary | 1101110 | 10100001 | 1111111 | 100000 | 0 | 10101 | 100101 | 10001100 | 10101 | 110101 |
Color Harmonies of #6EA17F
Complementary color
Monochromatic Colors of #6EA17F
Black with #6EA17F
Text Example
Text Example
White with #6EA17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA17F; }
p { color: rgb(110,161,127); }
H1.HeaderClassName
{
color: #6EA17F;
}
.AnyTagClassName
{
color: #6EA17F;
}
</style>
background-color css
<style>
a { background-color: #6EA17F; }
a { background-color: rgb(110,161,127); }
div.DivClassName
{
background-color: #6EA17F;
}
.BgClassName
{
background-color: #6EA17F;
}
</style>
border-color css
<style>
span { border-color: #6EA17F; }
span { border-color: rgb(110,161,127); }
td.TdClassName
{
border-color: #6EA17F;
}
.TagClassName
{
border-color: #6EA17F;
}
</style>