Shades of Oxley #6DA182
Tints of Oxley #6DA182
RGB
CMYK
RGB Variations
Color information
#6DA182 (or 0x6DA182) is known color: Oxley. HEX triplet: 6D, A1 and 82. RGB value is (109,161,130). Sum of RGB (Red+Green+Blue) = 109+161+130=400 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.25% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 161 - color contains mainly: green. Hex color #6DA182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA182 is #925E7D. Grayscale: #8D8D8D. Windows color (decimal): -9592446 or 8561005. OLE color: 8561005.
HSL color Cylindrical-coordinate representation of color #6DA182: hue angle of 144.23º degrees, saturation: 0.22, 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 #6DA182 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 109 | 161 | 130 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.37 |
| HSL | 144.23º | 0.22% | 0.53% | - |
| HSV(B) | 144.23º | 0.32% | 0.63% | - |
| XYZ | 23.08 | 30.35 | 25.76 | - |
| YUV | 141.92 | 121.27 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 161 | 130 | 0.32 | 0 | 0.19 | 0.37 | 144.23 | 0.22 | 0.53 |
| Hex | 6D | A1 | 82 | 20 | 0 | 13 | 25 | 90 | 16 | 35 |
| Octal | 155 | 241 | 202 | 40 | 0 | 23 | 45 | 220 | 26 | 65 |
| Binary | 1101101 | 10100001 | 10000010 | 100000 | 0 | 10011 | 100101 | 10010000 | 10110 | 110101 |
Color Harmonies of #6DA182
Complementary color
Monochromatic Colors of #6DA182
Black with #6DA182
Text Example
Text Example
White with #6DA182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA182; }
p { color: rgb(109,161,130); }
H1.HeaderClassName
{
color: #6DA182;
}
.AnyTagClassName
{
color: #6DA182;
}
</style>
background-color css
<style>
a { background-color: #6DA182; }
a { background-color: rgb(109,161,130); }
div.DivClassName
{
background-color: #6DA182;
}
.BgClassName
{
background-color: #6DA182;
}
</style>
border-color css
<style>
span { border-color: #6DA182; }
span { border-color: rgb(109,161,130); }
td.TdClassName
{
border-color: #6DA182;
}
.TagClassName
{
border-color: #6DA182;
}
</style>