Shades of Oxley #6EAD7D
Tints of Oxley #6EAD7D
RGB
CMYK
RGB Variations
Color information
#6EAD7D (or 0x6EAD7D) is known color: Oxley. HEX triplet: 6E, AD and 7D. RGB value is (110,173,125). Sum of RGB (Red+Green+Blue) = 110+173+125=408 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.96% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 173 - color contains mainly: green. Hex color #6EAD7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EAD7D is #915282. Grayscale: #949494. Windows color (decimal): -9523843 or 8236398. OLE color: 8236398.
HSL color Cylindrical-coordinate representation of color #6EAD7D: hue angle of 134.29º 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 #6EAD7D is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 110 | 173 | 125 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.32 |
| HSL | 134.29º | 0.28% | 0.55% | - |
| HSV(B) | 134.29º | 0.36% | 0.68% | - |
| XYZ | 25.08 | 34.68 | 24.77 | - |
| YUV | 148.69 | 114.63 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 173 | 125 | 0.36 | 0 | 0.28 | 0.32 | 134.29 | 0.28 | 0.55 |
| Hex | 6E | AD | 7D | 24 | 0 | 1C | 20 | 86 | 1C | 37 |
| Octal | 156 | 255 | 175 | 44 | 0 | 34 | 40 | 206 | 34 | 67 |
| Binary | 1101110 | 10101101 | 1111101 | 100100 | 0 | 11100 | 100000 | 10000110 | 11100 | 110111 |
Color Harmonies of #6EAD7D
Complementary color
Monochromatic Colors of #6EAD7D
Black with #6EAD7D
Text Example
Text Example
White with #6EAD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAD7D; }
p { color: rgb(110,173,125); }
H1.HeaderClassName
{
color: #6EAD7D;
}
.AnyTagClassName
{
color: #6EAD7D;
}
</style>
background-color css
<style>
a { background-color: #6EAD7D; }
a { background-color: rgb(110,173,125); }
div.DivClassName
{
background-color: #6EAD7D;
}
.BgClassName
{
background-color: #6EAD7D;
}
</style>
border-color css
<style>
span { border-color: #6EAD7D; }
span { border-color: rgb(110,173,125); }
td.TdClassName
{
border-color: #6EAD7D;
}
.TagClassName
{
border-color: #6EAD7D;
}
</style>