Shades of Oxley #6DA46F
Tints of Oxley #6DA46F
RGB
CMYK
RGB Variations
Color information
#6DA46F (or 0x6DA46F) is known color: Oxley. HEX triplet: 6D, A4 and 6F. RGB value is (109,164,111). Sum of RGB (Red+Green+Blue) = 109+164+111=384 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.39% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 164 - color contains mainly: green. Hex color #6DA46F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA46F is #925B90. Grayscale: #8D8D8D. Windows color (decimal): -9591697 or 7316589. OLE color: 7316589.
HSL color Cylindrical-coordinate representation of color #6DA46F: hue angle of 122.18º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6DA46F is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 164 | 111 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.36 |
| HSL | 122.18º | 0.23% | 0.54% | - |
| HSV(B) | 122.18º | 0.34% | 0.64% | - |
| XYZ | 22.45 | 30.95 | 19.83 | - |
| YUV | 141.51 | 110.78 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 164 | 111 | 0.34 | 0 | 0.32 | 0.36 | 122.18 | 0.23 | 0.54 |
| Hex | 6D | A4 | 6F | 22 | 0 | 20 | 24 | 7A | 17 | 36 |
| Octal | 155 | 244 | 157 | 42 | 0 | 40 | 44 | 172 | 27 | 66 |
| Binary | 1101101 | 10100100 | 1101111 | 100010 | 0 | 100000 | 100100 | 1111010 | 10111 | 110110 |
Color Harmonies of #6DA46F
Complementary color
Monochromatic Colors of #6DA46F
Black with #6DA46F
Text Example
Text Example
White with #6DA46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA46F; }
p { color: rgb(109,164,111); }
H1.HeaderClassName
{
color: #6DA46F;
}
.AnyTagClassName
{
color: #6DA46F;
}
</style>
background-color css
<style>
a { background-color: #6DA46F; }
a { background-color: rgb(109,164,111); }
div.DivClassName
{
background-color: #6DA46F;
}
.BgClassName
{
background-color: #6DA46F;
}
</style>
border-color css
<style>
span { border-color: #6DA46F; }
span { border-color: rgb(109,164,111); }
td.TdClassName
{
border-color: #6DA46F;
}
.TagClassName
{
border-color: #6DA46F;
}
</style>