Shades of Oxley #6EA27B
Tints of Oxley #6EA27B
RGB
CMYK
RGB Variations
Color information
#6EA27B (or 0x6EA27B) is known color: Oxley. HEX triplet: 6E, A2 and 7B. RGB value is (110,162,123). Sum of RGB (Red+Green+Blue) = 110+162+123=395 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.85% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 162 - color contains mainly: green. Hex color #6EA27B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA27B is #915D84. Grayscale: #8E8E8E. Windows color (decimal): -9526661 or 8102510. OLE color: 8102510.
HSL color Cylindrical-coordinate representation of color #6EA27B: hue angle of 135º 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 #6EA27B is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 162 | 123 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.36 |
| HSL | 135º | 0.22% | 0.53% | - |
| HSV(B) | 135º | 0.32% | 0.64% | - |
| XYZ | 22.93 | 30.59 | 23.43 | - |
| YUV | 142.01 | 117.27 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 162 | 123 | 0.32 | 0 | 0.24 | 0.36 | 135 | 0.22 | 0.53 |
| Hex | 6E | A2 | 7B | 20 | 0 | 18 | 24 | 87 | 16 | 35 |
| Octal | 156 | 242 | 173 | 40 | 0 | 30 | 44 | 207 | 26 | 65 |
| Binary | 1101110 | 10100010 | 1111011 | 100000 | 0 | 11000 | 100100 | 10000111 | 10110 | 110101 |
Color Harmonies of #6EA27B
Complementary color
Monochromatic Colors of #6EA27B
Black with #6EA27B
Text Example
Text Example
White with #6EA27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA27B; }
p { color: rgb(110,162,123); }
H1.HeaderClassName
{
color: #6EA27B;
}
.AnyTagClassName
{
color: #6EA27B;
}
</style>
background-color css
<style>
a { background-color: #6EA27B; }
a { background-color: rgb(110,162,123); }
div.DivClassName
{
background-color: #6EA27B;
}
.BgClassName
{
background-color: #6EA27B;
}
</style>
border-color css
<style>
span { border-color: #6EA27B; }
span { border-color: rgb(110,162,123); }
td.TdClassName
{
border-color: #6EA27B;
}
.TagClassName
{
border-color: #6EA27B;
}
</style>