Shades of Oxley #6EA376
Tints of Oxley #6EA376
RGB
CMYK
RGB Variations
Color information
#6EA376 (or 0x6EA376) is known color: Oxley. HEX triplet: 6E, A3 and 76. RGB value is (110,163,118). Sum of RGB (Red+Green+Blue) = 110+163+118=391 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.13% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 163 - color contains mainly: green. Hex color #6EA376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA376 is #915C89. Grayscale: #8E8E8E. Windows color (decimal): -9526410 or 7775086. OLE color: 7775086.
HSL color Cylindrical-coordinate representation of color #6EA376: hue angle of 129.06º 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 #6EA376 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 163 | 118 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.36 |
| HSL | 129.06º | 0.22% | 0.54% | - |
| HSV(B) | 129.06º | 0.33% | 0.64% | - |
| XYZ | 22.8 | 30.82 | 21.89 | - |
| YUV | 142.02 | 114.44 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 163 | 118 | 0.33 | 0 | 0.28 | 0.36 | 129.06 | 0.22 | 0.54 |
| Hex | 6E | A3 | 76 | 21 | 0 | 1C | 24 | 81 | 16 | 36 |
| Octal | 156 | 243 | 166 | 41 | 0 | 34 | 44 | 201 | 26 | 66 |
| Binary | 1101110 | 10100011 | 1110110 | 100001 | 0 | 11100 | 100100 | 10000001 | 10110 | 110110 |
Color Harmonies of #6EA376
Complementary color
Monochromatic Colors of #6EA376
Black with #6EA376
Text Example
Text Example
White with #6EA376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA376; }
p { color: rgb(110,163,118); }
H1.HeaderClassName
{
color: #6EA376;
}
.AnyTagClassName
{
color: #6EA376;
}
</style>
background-color css
<style>
a { background-color: #6EA376; }
a { background-color: rgb(110,163,118); }
div.DivClassName
{
background-color: #6EA376;
}
.BgClassName
{
background-color: #6EA376;
}
</style>
border-color css
<style>
span { border-color: #6EA376; }
span { border-color: rgb(110,163,118); }
td.TdClassName
{
border-color: #6EA376;
}
.TagClassName
{
border-color: #6EA376;
}
</style>