Shades of Oxley #6DA571
Tints of Oxley #6DA571
RGB
CMYK
RGB Variations
Color information
#6DA571 (or 0x6DA571) is known color: Oxley. HEX triplet: 6D, A5 and 71. RGB value is (109,165,113). Sum of RGB (Red+Green+Blue) = 109+165+113=387 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.17% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 165 - color contains mainly: green. Hex color #6DA571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA571 is #925A8E. Grayscale: #8E8E8E. Windows color (decimal): -9591439 or 7447917. OLE color: 7447917.
HSL color Cylindrical-coordinate representation of color #6DA571: hue angle of 124.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 #6DA571 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 109 | 165 | 113 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.35 |
| HSL | 124.29º | 0.24% | 0.54% | - |
| HSV(B) | 124.29º | 0.34% | 0.65% | - |
| XYZ | 22.74 | 31.35 | 20.48 | - |
| YUV | 142.33 | 111.45 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 165 | 113 | 0.34 | 0 | 0.32 | 0.35 | 124.29 | 0.24 | 0.54 |
| Hex | 6D | A5 | 71 | 22 | 0 | 20 | 23 | 7C | 18 | 36 |
| Octal | 155 | 245 | 161 | 42 | 0 | 40 | 43 | 174 | 30 | 66 |
| Binary | 1101101 | 10100101 | 1110001 | 100010 | 0 | 100000 | 100011 | 1111100 | 11000 | 110110 |
Color Harmonies of #6DA571
Complementary color
Monochromatic Colors of #6DA571
Black with #6DA571
Text Example
Text Example
White with #6DA571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA571; }
p { color: rgb(109,165,113); }
H1.HeaderClassName
{
color: #6DA571;
}
.AnyTagClassName
{
color: #6DA571;
}
</style>
background-color css
<style>
a { background-color: #6DA571; }
a { background-color: rgb(109,165,113); }
div.DivClassName
{
background-color: #6DA571;
}
.BgClassName
{
background-color: #6DA571;
}
</style>
border-color css
<style>
span { border-color: #6DA571; }
span { border-color: rgb(109,165,113); }
td.TdClassName
{
border-color: #6DA571;
}
.TagClassName
{
border-color: #6DA571;
}
</style>