Shades of Oxley #6EA471
Tints of Oxley #6EA471
RGB
CMYK
RGB Variations
Color information
#6EA471 (or 0x6EA471) is known color: Oxley. HEX triplet: 6E, A4 and 71. RGB value is (110,164,113). Sum of RGB (Red+Green+Blue) = 110+164+113=387 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.42% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 164 - color contains mainly: green. Hex color #6EA471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA471 is #915B8E. Grayscale: #8E8E8E. Windows color (decimal): -9526159 or 7447662. OLE color: 7447662.
HSL color Cylindrical-coordinate representation of color #6EA471: hue angle of 123.33º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6EA471 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 164 | 113 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.36 |
| HSL | 123.33º | 0.23% | 0.54% | - |
| HSV(B) | 123.33º | 0.33% | 0.64% | - |
| XYZ | 22.69 | 31.06 | 20.42 | - |
| YUV | 142.04 | 111.61 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 164 | 113 | 0.33 | 0 | 0.31 | 0.36 | 123.33 | 0.23 | 0.54 |
| Hex | 6E | A4 | 71 | 21 | 0 | 1F | 24 | 7B | 17 | 36 |
| Octal | 156 | 244 | 161 | 41 | 0 | 37 | 44 | 173 | 27 | 66 |
| Binary | 1101110 | 10100100 | 1110001 | 100001 | 0 | 11111 | 100100 | 1111011 | 10111 | 110110 |
Color Harmonies of #6EA471
Complementary color
Monochromatic Colors of #6EA471
Black with #6EA471
Text Example
Text Example
White with #6EA471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA471; }
p { color: rgb(110,164,113); }
H1.HeaderClassName
{
color: #6EA471;
}
.AnyTagClassName
{
color: #6EA471;
}
</style>
background-color css
<style>
a { background-color: #6EA471; }
a { background-color: rgb(110,164,113); }
div.DivClassName
{
background-color: #6EA471;
}
.BgClassName
{
background-color: #6EA471;
}
</style>
border-color css
<style>
span { border-color: #6EA471; }
span { border-color: rgb(110,164,113); }
td.TdClassName
{
border-color: #6EA471;
}
.TagClassName
{
border-color: #6EA471;
}
</style>