Shades of Oxley #6DA582
Tints of Oxley #6DA582
RGB
CMYK
RGB Variations
Color information
#6DA582 (or 0x6DA582) is known color: Oxley. HEX triplet: 6D, A5 and 82. RGB value is (109,165,130). Sum of RGB (Red+Green+Blue) = 109+165+130=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 165 - color contains mainly: green. Hex color #6DA582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA582 is #925A7D. Grayscale: #909090. Windows color (decimal): -9591422 or 8562029. OLE color: 8562029.
HSL color Cylindrical-coordinate representation of color #6DA582: hue angle of 142.5º 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 #6DA582 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 109 | 165 | 130 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.35 |
| HSL | 142.5º | 0.24% | 0.54% | - |
| HSV(B) | 142.5º | 0.34% | 0.65% | - |
| XYZ | 23.79 | 31.77 | 26 | - |
| YUV | 144.27 | 119.95 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 165 | 130 | 0.34 | 0 | 0.21 | 0.35 | 142.5 | 0.24 | 0.54 |
| Hex | 6D | A5 | 82 | 22 | 0 | 15 | 23 | 8E | 18 | 36 |
| Octal | 155 | 245 | 202 | 42 | 0 | 25 | 43 | 216 | 30 | 66 |
| Binary | 1101101 | 10100101 | 10000010 | 100010 | 0 | 10101 | 100011 | 10001110 | 11000 | 110110 |
Color Harmonies of #6DA582
Complementary color
Monochromatic Colors of #6DA582
Black with #6DA582
Text Example
Text Example
White with #6DA582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA582; }
p { color: rgb(109,165,130); }
H1.HeaderClassName
{
color: #6DA582;
}
.AnyTagClassName
{
color: #6DA582;
}
</style>
background-color css
<style>
a { background-color: #6DA582; }
a { background-color: rgb(109,165,130); }
div.DivClassName
{
background-color: #6DA582;
}
.BgClassName
{
background-color: #6DA582;
}
</style>
border-color css
<style>
span { border-color: #6DA582; }
span { border-color: rgb(109,165,130); }
td.TdClassName
{
border-color: #6DA582;
}
.TagClassName
{
border-color: #6DA582;
}
</style>