Shades of Oxley #6EA979
Tints of Oxley #6EA979
RGB
CMYK
RGB Variations
Color information
#6EA979 (or 0x6EA979) is known color: Oxley. HEX triplet: 6E, A9 and 79. RGB value is (110,169,121). Sum of RGB (Red+Green+Blue) = 110+169+121=400 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.5% from 400); Green value is 169 (66.41% from 255 or 42.25% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 169 - color contains mainly: green. Hex color #6EA979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA979 is #915686. Grayscale: #929292. Windows color (decimal): -9524871 or 7973230. OLE color: 7973230.
HSL color Cylindrical-coordinate representation of color #6EA979: hue angle of 131.19º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6EA979 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 110 | 169 | 121 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.34 |
| HSL | 131.19º | 0.26% | 0.55% | - |
| HSV(B) | 131.19º | 0.35% | 0.66% | - |
| XYZ | 24.07 | 33.07 | 23.2 | - |
| YUV | 145.89 | 113.95 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 169 | 121 | 0.35 | 0 | 0.28 | 0.34 | 131.19 | 0.26 | 0.55 |
| Hex | 6E | A9 | 79 | 23 | 0 | 1C | 22 | 83 | 1A | 37 |
| Octal | 156 | 251 | 171 | 43 | 0 | 34 | 42 | 203 | 32 | 67 |
| Binary | 1101110 | 10101001 | 1111001 | 100011 | 0 | 11100 | 100010 | 10000011 | 11010 | 110111 |
Color Harmonies of #6EA979
Complementary color
Monochromatic Colors of #6EA979
Black with #6EA979
Text Example
Text Example
White with #6EA979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA979; }
p { color: rgb(110,169,121); }
H1.HeaderClassName
{
color: #6EA979;
}
.AnyTagClassName
{
color: #6EA979;
}
</style>
background-color css
<style>
a { background-color: #6EA979; }
a { background-color: rgb(110,169,121); }
div.DivClassName
{
background-color: #6EA979;
}
.BgClassName
{
background-color: #6EA979;
}
</style>
border-color css
<style>
span { border-color: #6EA979; }
span { border-color: rgb(110,169,121); }
td.TdClassName
{
border-color: #6EA979;
}
.TagClassName
{
border-color: #6EA979;
}
</style>