Shades of Oxley #6EA271
Tints of Oxley #6EA271
RGB
CMYK
RGB Variations
Color information
#6EA271 (or 0x6EA271) is known color: Oxley. HEX triplet: 6E, A2 and 71. RGB value is (110,162,113). Sum of RGB (Red+Green+Blue) = 110+162+113=385 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.57% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 162 - color contains mainly: green. Hex color #6EA271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA271 is #915D8E. Grayscale: #8D8D8D. Windows color (decimal): -9526671 or 7447150. OLE color: 7447150.
HSL color Cylindrical-coordinate representation of color #6EA271: hue angle of 123.46º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6EA271 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 162 | 113 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.36 |
| HSL | 123.46º | 0.22% | 0.53% | - |
| HSV(B) | 123.46º | 0.32% | 0.64% | - |
| XYZ | 22.33 | 30.35 | 20.3 | - |
| YUV | 140.87 | 112.27 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 162 | 113 | 0.32 | 0 | 0.30 | 0.36 | 123.46 | 0.22 | 0.53 |
| Hex | 6E | A2 | 71 | 20 | 0 | 1E | 24 | 7B | 16 | 35 |
| Octal | 156 | 242 | 161 | 40 | 0 | 36 | 44 | 173 | 26 | 65 |
| Binary | 1101110 | 10100010 | 1110001 | 100000 | 0 | 11110 | 100100 | 1111011 | 10110 | 110101 |
Color Harmonies of #6EA271
Complementary color
Monochromatic Colors of #6EA271
Black with #6EA271
Text Example
Text Example
White with #6EA271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA271; }
p { color: rgb(110,162,113); }
H1.HeaderClassName
{
color: #6EA271;
}
.AnyTagClassName
{
color: #6EA271;
}
</style>
background-color css
<style>
a { background-color: #6EA271; }
a { background-color: rgb(110,162,113); }
div.DivClassName
{
background-color: #6EA271;
}
.BgClassName
{
background-color: #6EA271;
}
</style>
border-color css
<style>
span { border-color: #6EA271; }
span { border-color: rgb(110,162,113); }
td.TdClassName
{
border-color: #6EA271;
}
.TagClassName
{
border-color: #6EA271;
}
</style>