Shades of Oxley #6EA27F
Tints of Oxley #6EA27F
RGB
CMYK
RGB Variations
Color information
#6EA27F (or 0x6EA27F) is known color: Oxley. HEX triplet: 6E, A2 and 7F. RGB value is (110,162,127). Sum of RGB (Red+Green+Blue) = 110+162+127=399 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.57% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 162 - color contains mainly: green. Hex color #6EA27F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA27F is #915D80. Grayscale: #8E8E8E. Windows color (decimal): -9526657 or 8364654. OLE color: 8364654.
HSL color Cylindrical-coordinate representation of color #6EA27F: hue angle of 139.62º 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 #6EA27F is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 162 | 127 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.36 |
| HSL | 139.62º | 0.22% | 0.53% | - |
| HSV(B) | 139.62º | 0.32% | 0.64% | - |
| XYZ | 23.18 | 30.69 | 24.78 | - |
| YUV | 142.46 | 119.27 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 162 | 127 | 0.32 | 0 | 0.22 | 0.36 | 139.62 | 0.22 | 0.53 |
| Hex | 6E | A2 | 7F | 20 | 0 | 16 | 24 | 8C | 16 | 35 |
| Octal | 156 | 242 | 177 | 40 | 0 | 26 | 44 | 214 | 26 | 65 |
| Binary | 1101110 | 10100010 | 1111111 | 100000 | 0 | 10110 | 100100 | 10001100 | 10110 | 110101 |
Color Harmonies of #6EA27F
Complementary color
Monochromatic Colors of #6EA27F
Black with #6EA27F
Text Example
Text Example
White with #6EA27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA27F; }
p { color: rgb(110,162,127); }
H1.HeaderClassName
{
color: #6EA27F;
}
.AnyTagClassName
{
color: #6EA27F;
}
</style>
background-color css
<style>
a { background-color: #6EA27F; }
a { background-color: rgb(110,162,127); }
div.DivClassName
{
background-color: #6EA27F;
}
.BgClassName
{
background-color: #6EA27F;
}
</style>
border-color css
<style>
span { border-color: #6EA27F; }
span { border-color: rgb(110,162,127); }
td.TdClassName
{
border-color: #6EA27F;
}
.TagClassName
{
border-color: #6EA27F;
}
</style>