Shades of Oxley #6EA375
Tints of Oxley #6EA375
RGB
CMYK
RGB Variations
Color information
#6EA375 (or 0x6EA375) is known color: Oxley. HEX triplet: 6E, A3 and 75. RGB value is (110,163,117). Sum of RGB (Red+Green+Blue) = 110+163+117=390 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.21% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 163 - color contains mainly: green. Hex color #6EA375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA375 is #915C8A. Grayscale: #8E8E8E. Windows color (decimal): -9526411 or 7709550. OLE color: 7709550.
HSL color Cylindrical-coordinate representation of color #6EA375: hue angle of 127.92º degrees, saturation: 0.22, 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 #6EA375 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 163 | 117 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.36 |
| HSL | 127.92º | 0.22% | 0.54% | - |
| HSV(B) | 127.92º | 0.33% | 0.64% | - |
| XYZ | 22.74 | 30.79 | 21.57 | - |
| YUV | 141.91 | 113.94 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 163 | 117 | 0.33 | 0 | 0.28 | 0.36 | 127.92 | 0.22 | 0.54 |
| Hex | 6E | A3 | 75 | 21 | 0 | 1C | 24 | 80 | 16 | 36 |
| Octal | 156 | 243 | 165 | 41 | 0 | 34 | 44 | 200 | 26 | 66 |
| Binary | 1101110 | 10100011 | 1110101 | 100001 | 0 | 11100 | 100100 | 10000000 | 10110 | 110110 |
Color Harmonies of #6EA375
Complementary color
Monochromatic Colors of #6EA375
Black with #6EA375
Text Example
Text Example
White with #6EA375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA375; }
p { color: rgb(110,163,117); }
H1.HeaderClassName
{
color: #6EA375;
}
.AnyTagClassName
{
color: #6EA375;
}
</style>
background-color css
<style>
a { background-color: #6EA375; }
a { background-color: rgb(110,163,117); }
div.DivClassName
{
background-color: #6EA375;
}
.BgClassName
{
background-color: #6EA375;
}
</style>
border-color css
<style>
span { border-color: #6EA375; }
span { border-color: rgb(110,163,117); }
td.TdClassName
{
border-color: #6EA375;
}
.TagClassName
{
border-color: #6EA375;
}
</style>