Shades of Oxley #6EA57F
Tints of Oxley #6EA57F
RGB
CMYK
RGB Variations
Color information
#6EA57F (or 0x6EA57F) is known color: Oxley. HEX triplet: 6E, A5 and 7F. RGB value is (110,165,127). Sum of RGB (Red+Green+Blue) = 110+165+127=402 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.36% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 165 - color contains mainly: green. Hex color #6EA57F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA57F is #915A80. Grayscale: #909090. Windows color (decimal): -9525889 or 8365422. OLE color: 8365422.
HSL color Cylindrical-coordinate representation of color #6EA57F: hue angle of 138.55º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6EA57F is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 110 | 165 | 127 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.35 |
| HSL | 138.55º | 0.23% | 0.54% | - |
| HSV(B) | 138.55º | 0.33% | 0.65% | - |
| XYZ | 23.72 | 31.76 | 24.96 | - |
| YUV | 144.22 | 118.28 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 165 | 127 | 0.33 | 0 | 0.23 | 0.35 | 138.55 | 0.23 | 0.54 |
| Hex | 6E | A5 | 7F | 21 | 0 | 17 | 23 | 8B | 17 | 36 |
| Octal | 156 | 245 | 177 | 41 | 0 | 27 | 43 | 213 | 27 | 66 |
| Binary | 1101110 | 10100101 | 1111111 | 100001 | 0 | 10111 | 100011 | 10001011 | 10111 | 110110 |
Color Harmonies of #6EA57F
Complementary color
Monochromatic Colors of #6EA57F
Black with #6EA57F
Text Example
Text Example
White with #6EA57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA57F; }
p { color: rgb(110,165,127); }
H1.HeaderClassName
{
color: #6EA57F;
}
.AnyTagClassName
{
color: #6EA57F;
}
</style>
background-color css
<style>
a { background-color: #6EA57F; }
a { background-color: rgb(110,165,127); }
div.DivClassName
{
background-color: #6EA57F;
}
.BgClassName
{
background-color: #6EA57F;
}
</style>
border-color css
<style>
span { border-color: #6EA57F; }
span { border-color: rgb(110,165,127); }
td.TdClassName
{
border-color: #6EA57F;
}
.TagClassName
{
border-color: #6EA57F;
}
</style>