Shades of Oxley #6EA876
Tints of Oxley #6EA876
RGB
CMYK
RGB Variations
Color information
#6EA876 (or 0x6EA876) is known color: Oxley. HEX triplet: 6E, A8 and 76. RGB value is (110,168,118). Sum of RGB (Red+Green+Blue) = 110+168+118=396 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.78% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 168 - color contains mainly: green. Hex color #6EA876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA876 is #915789. Grayscale: #919191. Windows color (decimal): -9525130 or 7776366. OLE color: 7776366.
HSL color Cylindrical-coordinate representation of color #6EA876: hue angle of 128.28º degrees, saturation: 0.25, 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 #6EA876 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 110 | 168 | 118 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.34 |
| HSL | 128.28º | 0.25% | 0.55% | - |
| HSV(B) | 128.28º | 0.35% | 0.66% | - |
| XYZ | 23.7 | 32.63 | 22.19 | - |
| YUV | 144.96 | 112.78 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 168 | 118 | 0.35 | 0 | 0.30 | 0.34 | 128.28 | 0.25 | 0.55 |
| Hex | 6E | A8 | 76 | 23 | 0 | 1E | 22 | 80 | 19 | 37 |
| Octal | 156 | 250 | 166 | 43 | 0 | 36 | 42 | 200 | 31 | 67 |
| Binary | 1101110 | 10101000 | 1110110 | 100011 | 0 | 11110 | 100010 | 10000000 | 11001 | 110111 |
Color Harmonies of #6EA876
Complementary color
Monochromatic Colors of #6EA876
Black with #6EA876
Text Example
Text Example
White with #6EA876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA876; }
p { color: rgb(110,168,118); }
H1.HeaderClassName
{
color: #6EA876;
}
.AnyTagClassName
{
color: #6EA876;
}
</style>
background-color css
<style>
a { background-color: #6EA876; }
a { background-color: rgb(110,168,118); }
div.DivClassName
{
background-color: #6EA876;
}
.BgClassName
{
background-color: #6EA876;
}
</style>
border-color css
<style>
span { border-color: #6EA876; }
span { border-color: rgb(110,168,118); }
td.TdClassName
{
border-color: #6EA876;
}
.TagClassName
{
border-color: #6EA876;
}
</style>