Shades of Oxley #6DA07F
Tints of Oxley #6DA07F
RGB
CMYK
RGB Variations
Color information
#6DA07F (or 0x6DA07F) is known color: Oxley. HEX triplet: 6D, A0 and 7F. RGB value is (109,160,127). Sum of RGB (Red+Green+Blue) = 109+160+127=396 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.53% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 160 - color contains mainly: green. Hex color #6DA07F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA07F is #925F80. Grayscale: #8D8D8D. Windows color (decimal): -9592705 or 8364141. OLE color: 8364141.
HSL color Cylindrical-coordinate representation of color #6DA07F: hue angle of 141.18º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6DA07F is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 109 | 160 | 127 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.37 |
| HSL | 141.18º | 0.21% | 0.53% | - |
| HSV(B) | 141.18º | 0.32% | 0.63% | - |
| XYZ | 22.71 | 29.93 | 24.66 | - |
| YUV | 140.99 | 120.1 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 160 | 127 | 0.32 | 0 | 0.21 | 0.37 | 141.18 | 0.21 | 0.53 |
| Hex | 6D | A0 | 7F | 20 | 0 | 15 | 25 | 8D | 15 | 35 |
| Octal | 155 | 240 | 177 | 40 | 0 | 25 | 45 | 215 | 25 | 65 |
| Binary | 1101101 | 10100000 | 1111111 | 100000 | 0 | 10101 | 100101 | 10001101 | 10101 | 110101 |
Color Harmonies of #6DA07F
Complementary color
Monochromatic Colors of #6DA07F
Black with #6DA07F
Text Example
Text Example
White with #6DA07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA07F; }
p { color: rgb(109,160,127); }
H1.HeaderClassName
{
color: #6DA07F;
}
.AnyTagClassName
{
color: #6DA07F;
}
</style>
background-color css
<style>
a { background-color: #6DA07F; }
a { background-color: rgb(109,160,127); }
div.DivClassName
{
background-color: #6DA07F;
}
.BgClassName
{
background-color: #6DA07F;
}
</style>
border-color css
<style>
span { border-color: #6DA07F; }
span { border-color: rgb(109,160,127); }
td.TdClassName
{
border-color: #6DA07F;
}
.TagClassName
{
border-color: #6DA07F;
}
</style>