Shades of Oxley #6DA570
Tints of Oxley #6DA570
RGB
CMYK
RGB Variations
Color information
#6DA570 (or 0x6DA570) is known color: Oxley. HEX triplet: 6D, A5 and 70. RGB value is (109,165,112). Sum of RGB (Red+Green+Blue) = 109+165+112=386 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.24% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 165 - color contains mainly: green. Hex color #6DA570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA570 is #925A8F. Grayscale: #8E8E8E. Windows color (decimal): -9591440 or 7382381. OLE color: 7382381.
HSL color Cylindrical-coordinate representation of color #6DA570: hue angle of 123.21º 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 #6DA570 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 109 | 165 | 112 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.35 |
| HSL | 123.21º | 0.24% | 0.54% | - |
| HSV(B) | 123.21º | 0.34% | 0.65% | - |
| XYZ | 22.69 | 31.33 | 20.18 | - |
| YUV | 142.21 | 110.95 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 165 | 112 | 0.34 | 0 | 0.32 | 0.35 | 123.21 | 0.24 | 0.54 |
| Hex | 6D | A5 | 70 | 22 | 0 | 20 | 23 | 7B | 18 | 36 |
| Octal | 155 | 245 | 160 | 42 | 0 | 40 | 43 | 173 | 30 | 66 |
| Binary | 1101101 | 10100101 | 1110000 | 100010 | 0 | 100000 | 100011 | 1111011 | 11000 | 110110 |
Color Harmonies of #6DA570
Complementary color
Monochromatic Colors of #6DA570
Black with #6DA570
Text Example
Text Example
White with #6DA570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA570; }
p { color: rgb(109,165,112); }
H1.HeaderClassName
{
color: #6DA570;
}
.AnyTagClassName
{
color: #6DA570;
}
</style>
background-color css
<style>
a { background-color: #6DA570; }
a { background-color: rgb(109,165,112); }
div.DivClassName
{
background-color: #6DA570;
}
.BgClassName
{
background-color: #6DA570;
}
</style>
border-color css
<style>
span { border-color: #6DA570; }
span { border-color: rgb(109,165,112); }
td.TdClassName
{
border-color: #6DA570;
}
.TagClassName
{
border-color: #6DA570;
}
</style>