Shades of Oxley #6EA278
Tints of Oxley #6EA278
RGB
CMYK
RGB Variations
Color information
#6EA278 (or 0x6EA278) is known color: Oxley. HEX triplet: 6E, A2 and 78. RGB value is (110,162,120). Sum of RGB (Red+Green+Blue) = 110+162+120=392 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.06% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 162 - color contains mainly: green. Hex color #6EA278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA278 is #915D87. Grayscale: #8D8D8D. Windows color (decimal): -9526664 or 7905902. OLE color: 7905902.
HSL color Cylindrical-coordinate representation of color #6EA278: hue angle of 131.54º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6EA278 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 162 | 120 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.36 |
| HSL | 131.54º | 0.22% | 0.53% | - |
| HSV(B) | 131.54º | 0.32% | 0.64% | - |
| XYZ | 22.74 | 30.51 | 22.46 | - |
| YUV | 141.66 | 115.77 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 162 | 120 | 0.32 | 0 | 0.26 | 0.36 | 131.54 | 0.22 | 0.53 |
| Hex | 6E | A2 | 78 | 20 | 0 | 1A | 24 | 84 | 16 | 35 |
| Octal | 156 | 242 | 170 | 40 | 0 | 32 | 44 | 204 | 26 | 65 |
| Binary | 1101110 | 10100010 | 1111000 | 100000 | 0 | 11010 | 100100 | 10000100 | 10110 | 110101 |
Color Harmonies of #6EA278
Complementary color
Monochromatic Colors of #6EA278
Black with #6EA278
Text Example
Text Example
White with #6EA278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA278; }
p { color: rgb(110,162,120); }
H1.HeaderClassName
{
color: #6EA278;
}
.AnyTagClassName
{
color: #6EA278;
}
</style>
background-color css
<style>
a { background-color: #6EA278; }
a { background-color: rgb(110,162,120); }
div.DivClassName
{
background-color: #6EA278;
}
.BgClassName
{
background-color: #6EA278;
}
</style>
border-color css
<style>
span { border-color: #6EA278; }
span { border-color: rgb(110,162,120); }
td.TdClassName
{
border-color: #6EA278;
}
.TagClassName
{
border-color: #6EA278;
}
</style>