Shades of Oxley #6DA376
Tints of Oxley #6DA376
RGB
CMYK
RGB Variations
Color information
#6DA376 (or 0x6DA376) is known color: Oxley. HEX triplet: 6D, A3 and 76. RGB value is (109,163,118). Sum of RGB (Red+Green+Blue) = 109+163+118=390 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.95% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 163 - color contains mainly: green. Hex color #6DA376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA376 is #925C89. Grayscale: #8D8D8D. Windows color (decimal): -9591946 or 7775085. OLE color: 7775085.
HSL color Cylindrical-coordinate representation of color #6DA376: hue angle of 130º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6DA376 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 163 | 118 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.36 |
| HSL | 130º | 0.23% | 0.53% | - |
| HSV(B) | 130º | 0.33% | 0.64% | - |
| XYZ | 22.67 | 30.75 | 21.88 | - |
| YUV | 141.72 | 114.61 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 163 | 118 | 0.33 | 0 | 0.28 | 0.36 | 130 | 0.23 | 0.53 |
| Hex | 6D | A3 | 76 | 21 | 0 | 1C | 24 | 82 | 17 | 35 |
| Octal | 155 | 243 | 166 | 41 | 0 | 34 | 44 | 202 | 27 | 65 |
| Binary | 1101101 | 10100011 | 1110110 | 100001 | 0 | 11100 | 100100 | 10000010 | 10111 | 110101 |
Color Harmonies of #6DA376
Complementary color
Monochromatic Colors of #6DA376
Black with #6DA376
Text Example
Text Example
White with #6DA376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA376; }
p { color: rgb(109,163,118); }
H1.HeaderClassName
{
color: #6DA376;
}
.AnyTagClassName
{
color: #6DA376;
}
</style>
background-color css
<style>
a { background-color: #6DA376; }
a { background-color: rgb(109,163,118); }
div.DivClassName
{
background-color: #6DA376;
}
.BgClassName
{
background-color: #6DA376;
}
</style>
border-color css
<style>
span { border-color: #6DA376; }
span { border-color: rgb(109,163,118); }
td.TdClassName
{
border-color: #6DA376;
}
.TagClassName
{
border-color: #6DA376;
}
</style>