Shades of Oxley #6EAD7A
Tints of Oxley #6EAD7A
RGB
CMYK
RGB Variations
Color information
#6EAD7A (or 0x6EAD7A) is known color: Oxley. HEX triplet: 6E, AD and 7A. RGB value is (110,173,122). Sum of RGB (Red+Green+Blue) = 110+173+122=405 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.16% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 173 - color contains mainly: green. Hex color #6EAD7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EAD7A is #915285. Grayscale: #949494. Windows color (decimal): -9523846 or 8039790. OLE color: 8039790.
HSL color Cylindrical-coordinate representation of color #6EAD7A: hue angle of 131.43º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6EAD7A is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 110 | 173 | 122 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.32 |
| HSL | 131.43º | 0.28% | 0.55% | - |
| HSV(B) | 131.43º | 0.36% | 0.68% | - |
| XYZ | 24.89 | 34.61 | 23.78 | - |
| YUV | 148.35 | 113.13 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 173 | 122 | 0.36 | 0 | 0.29 | 0.32 | 131.43 | 0.28 | 0.55 |
| Hex | 6E | AD | 7A | 24 | 0 | 1D | 20 | 83 | 1C | 37 |
| Octal | 156 | 255 | 172 | 44 | 0 | 35 | 40 | 203 | 34 | 67 |
| Binary | 1101110 | 10101101 | 1111010 | 100100 | 0 | 11101 | 100000 | 10000011 | 11100 | 110111 |
Color Harmonies of #6EAD7A
Complementary color
Monochromatic Colors of #6EAD7A
Black with #6EAD7A
Text Example
Text Example
White with #6EAD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAD7A; }
p { color: rgb(110,173,122); }
H1.HeaderClassName
{
color: #6EAD7A;
}
.AnyTagClassName
{
color: #6EAD7A;
}
</style>
background-color css
<style>
a { background-color: #6EAD7A; }
a { background-color: rgb(110,173,122); }
div.DivClassName
{
background-color: #6EAD7A;
}
.BgClassName
{
background-color: #6EAD7A;
}
</style>
border-color css
<style>
span { border-color: #6EAD7A; }
span { border-color: rgb(110,173,122); }
td.TdClassName
{
border-color: #6EAD7A;
}
.TagClassName
{
border-color: #6EAD7A;
}
</style>