Shades of Oxley #6EA075
Tints of Oxley #6EA075
RGB
CMYK
RGB Variations
Color information
#6EA075 (or 0x6EA075) is known color: Oxley. HEX triplet: 6E, A0 and 75. RGB value is (110,160,117). Sum of RGB (Red+Green+Blue) = 110+160+117=387 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.42% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 160 - color contains mainly: green. Hex color #6EA075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA075 is #915F8A. Grayscale: #8C8C8C. Windows color (decimal): -9527179 or 7708782. OLE color: 7708782.
HSL color Cylindrical-coordinate representation of color #6EA075: hue angle of 128.4º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6EA075 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 110 | 160 | 117 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.37 |
| HSL | 128.4º | 0.21% | 0.53% | - |
| HSV(B) | 128.4º | 0.31% | 0.63% | - |
| XYZ | 22.21 | 29.74 | 21.4 | - |
| YUV | 140.15 | 114.94 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 160 | 117 | 0.31 | 0 | 0.27 | 0.37 | 128.4 | 0.21 | 0.53 |
| Hex | 6E | A0 | 75 | 1F | 0 | 1B | 25 | 80 | 15 | 35 |
| Octal | 156 | 240 | 165 | 37 | 0 | 33 | 45 | 200 | 25 | 65 |
| Binary | 1101110 | 10100000 | 1110101 | 11111 | 0 | 11011 | 100101 | 10000000 | 10101 | 110101 |
Color Harmonies of #6EA075
Complementary color
Monochromatic Colors of #6EA075
Black with #6EA075
Text Example
Text Example
White with #6EA075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA075; }
p { color: rgb(110,160,117); }
H1.HeaderClassName
{
color: #6EA075;
}
.AnyTagClassName
{
color: #6EA075;
}
</style>
background-color css
<style>
a { background-color: #6EA075; }
a { background-color: rgb(110,160,117); }
div.DivClassName
{
background-color: #6EA075;
}
.BgClassName
{
background-color: #6EA075;
}
</style>
border-color css
<style>
span { border-color: #6EA075; }
span { border-color: rgb(110,160,117); }
td.TdClassName
{
border-color: #6EA075;
}
.TagClassName
{
border-color: #6EA075;
}
</style>