Shades of Oxley #6DA57F
Tints of Oxley #6DA57F
RGB
CMYK
RGB Variations
Color information
#6DA57F (or 0x6DA57F) is known color: Oxley. HEX triplet: 6D, A5 and 7F. RGB value is (109,165,127). Sum of RGB (Red+Green+Blue) = 109+165+127=401 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.18% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 165 - color contains mainly: green. Hex color #6DA57F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA57F is #925A80. Grayscale: #909090. Windows color (decimal): -9591425 or 8365421. OLE color: 8365421.
HSL color Cylindrical-coordinate representation of color #6DA57F: hue angle of 139.29º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6DA57F is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 109 | 165 | 127 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.35 |
| HSL | 139.29º | 0.24% | 0.54% | - |
| HSV(B) | 139.29º | 0.34% | 0.65% | - |
| XYZ | 23.59 | 31.69 | 24.95 | - |
| YUV | 143.92 | 118.45 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 165 | 127 | 0.34 | 0 | 0.23 | 0.35 | 139.29 | 0.24 | 0.54 |
| Hex | 6D | A5 | 7F | 22 | 0 | 17 | 23 | 8B | 18 | 36 |
| Octal | 155 | 245 | 177 | 42 | 0 | 27 | 43 | 213 | 30 | 66 |
| Binary | 1101101 | 10100101 | 1111111 | 100010 | 0 | 10111 | 100011 | 10001011 | 11000 | 110110 |
Color Harmonies of #6DA57F
Complementary color
Monochromatic Colors of #6DA57F
Black with #6DA57F
Text Example
Text Example
White with #6DA57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA57F; }
p { color: rgb(109,165,127); }
H1.HeaderClassName
{
color: #6DA57F;
}
.AnyTagClassName
{
color: #6DA57F;
}
</style>
background-color css
<style>
a { background-color: #6DA57F; }
a { background-color: rgb(109,165,127); }
div.DivClassName
{
background-color: #6DA57F;
}
.BgClassName
{
background-color: #6DA57F;
}
</style>
border-color css
<style>
span { border-color: #6DA57F; }
span { border-color: rgb(109,165,127); }
td.TdClassName
{
border-color: #6DA57F;
}
.TagClassName
{
border-color: #6DA57F;
}
</style>