Shades of Oxley #6EA579
Tints of Oxley #6EA579
RGB
CMYK
RGB Variations
Color information
#6EA579 (or 0x6EA579) is known color: Oxley. HEX triplet: 6E, A5 and 79. RGB value is (110,165,121). Sum of RGB (Red+Green+Blue) = 110+165+121=396 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.78% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 165 - color contains mainly: green. Hex color #6EA579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA579 is #915A86. Grayscale: #8F8F8F. Windows color (decimal): -9525895 or 7972206. OLE color: 7972206.
HSL color Cylindrical-coordinate representation of color #6EA579: hue angle of 132º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6EA579 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 110 | 165 | 121 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.35 |
| HSL | 132º | 0.23% | 0.54% | - |
| HSV(B) | 132º | 0.33% | 0.65% | - |
| XYZ | 23.34 | 31.61 | 22.96 | - |
| YUV | 143.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 165 | 121 | 0.33 | 0 | 0.27 | 0.35 | 132 | 0.23 | 0.54 |
| Hex | 6E | A5 | 79 | 21 | 0 | 1B | 23 | 84 | 17 | 36 |
| Octal | 156 | 245 | 171 | 41 | 0 | 33 | 43 | 204 | 27 | 66 |
| Binary | 1101110 | 10100101 | 1111001 | 100001 | 0 | 11011 | 100011 | 10000100 | 10111 | 110110 |
Color Harmonies of #6EA579
Complementary color
Monochromatic Colors of #6EA579
Black with #6EA579
Text Example
Text Example
White with #6EA579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA579; }
p { color: rgb(110,165,121); }
H1.HeaderClassName
{
color: #6EA579;
}
.AnyTagClassName
{
color: #6EA579;
}
</style>
background-color css
<style>
a { background-color: #6EA579; }
a { background-color: rgb(110,165,121); }
div.DivClassName
{
background-color: #6EA579;
}
.BgClassName
{
background-color: #6EA579;
}
</style>
border-color css
<style>
span { border-color: #6EA579; }
span { border-color: rgb(110,165,121); }
td.TdClassName
{
border-color: #6EA579;
}
.TagClassName
{
border-color: #6EA579;
}
</style>