Shades of Oxley #6EA47A
Tints of Oxley #6EA47A
RGB
CMYK
RGB Variations
Color information
#6EA47A (or 0x6EA47A) is known color: Oxley. HEX triplet: 6E, A4 and 7A. RGB value is (110,164,122). Sum of RGB (Red+Green+Blue) = 110+164+122=396 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.78% from 396); Green value is 164 (64.45% from 255 or 41.41% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 164 - color contains mainly: green. Hex color #6EA47A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA47A is #915B85. Grayscale: #8F8F8F. Windows color (decimal): -9526150 or 8037486. OLE color: 8037486.
HSL color Cylindrical-coordinate representation of color #6EA47A: hue angle of 133.33º degrees, saturation: 0.23, 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 #6EA47A is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 164 | 122 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.36 |
| HSL | 133.33º | 0.23% | 0.54% | - |
| HSV(B) | 133.33º | 0.33% | 0.64% | - |
| XYZ | 23.22 | 31.27 | 23.22 | - |
| YUV | 143.07 | 116.11 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 164 | 122 | 0.33 | 0 | 0.26 | 0.36 | 133.33 | 0.23 | 0.54 |
| Hex | 6E | A4 | 7A | 21 | 0 | 1A | 24 | 85 | 17 | 36 |
| Octal | 156 | 244 | 172 | 41 | 0 | 32 | 44 | 205 | 27 | 66 |
| Binary | 1101110 | 10100100 | 1111010 | 100001 | 0 | 11010 | 100100 | 10000101 | 10111 | 110110 |
Color Harmonies of #6EA47A
Complementary color
Monochromatic Colors of #6EA47A
Black with #6EA47A
Text Example
Text Example
White with #6EA47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA47A; }
p { color: rgb(110,164,122); }
H1.HeaderClassName
{
color: #6EA47A;
}
.AnyTagClassName
{
color: #6EA47A;
}
</style>
background-color css
<style>
a { background-color: #6EA47A; }
a { background-color: rgb(110,164,122); }
div.DivClassName
{
background-color: #6EA47A;
}
.BgClassName
{
background-color: #6EA47A;
}
</style>
border-color css
<style>
span { border-color: #6EA47A; }
span { border-color: rgb(110,164,122); }
td.TdClassName
{
border-color: #6EA47A;
}
.TagClassName
{
border-color: #6EA47A;
}
</style>