Shades of Oxley #6DA980
Tints of Oxley #6DA980
RGB
CMYK
RGB Variations
Color information
#6DA980 (or 0x6DA980) is known color: Oxley. HEX triplet: 6D, A9 and 80. RGB value is (109,169,128). Sum of RGB (Red+Green+Blue) = 109+169+128=406 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.85% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 169 - color contains mainly: green. Hex color #6DA980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA980 is #92567F. Grayscale: #929292. Windows color (decimal): -9590400 or 8431981. OLE color: 8431981.
HSL color Cylindrical-coordinate representation of color #6DA980: hue angle of 139º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6DA980 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 109 | 169 | 128 | - |
| CMYK | 0.36 | 0 | 0.24 | 0.34 |
| HSL | 139º | 0.26% | 0.55% | - |
| HSV(B) | 139º | 0.36% | 0.66% | - |
| XYZ | 24.39 | 33.19 | 25.54 | - |
| YUV | 146.39 | 117.62 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 169 | 128 | 0.36 | 0 | 0.24 | 0.34 | 139 | 0.26 | 0.55 |
| Hex | 6D | A9 | 80 | 24 | 0 | 18 | 22 | 8B | 1A | 37 |
| Octal | 155 | 251 | 200 | 44 | 0 | 30 | 42 | 213 | 32 | 67 |
| Binary | 1101101 | 10101001 | 10000000 | 100100 | 0 | 11000 | 100010 | 10001011 | 11010 | 110111 |
Color Harmonies of #6DA980
Complementary color
Monochromatic Colors of #6DA980
Black with #6DA980
Text Example
Text Example
White with #6DA980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA980; }
p { color: rgb(109,169,128); }
H1.HeaderClassName
{
color: #6DA980;
}
.AnyTagClassName
{
color: #6DA980;
}
</style>
background-color css
<style>
a { background-color: #6DA980; }
a { background-color: rgb(109,169,128); }
div.DivClassName
{
background-color: #6DA980;
}
.BgClassName
{
background-color: #6DA980;
}
</style>
border-color css
<style>
span { border-color: #6DA980; }
span { border-color: rgb(109,169,128); }
td.TdClassName
{
border-color: #6DA980;
}
.TagClassName
{
border-color: #6DA980;
}
</style>