Shades of Oxley #6D8D76
Tints of Oxley #6D8D76
RGB
CMYK
RGB Variations
Color information
#6D8D76 (or 0x6D8D76) is known color: Oxley. HEX triplet: 6D, 8D and 76. RGB value is (109,141,118). Sum of RGB (Red+Green+Blue) = 109+141+118=368 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.62% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 141 - color contains mainly: green. Hex color #6D8D76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8D76 is #927289. Grayscale: #808080. Windows color (decimal): -9597578 or 7769453. OLE color: 7769453.
HSL color Cylindrical-coordinate representation of color #6D8D76: hue angle of 136.88º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D8D76 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 141 | 118 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.45 |
| HSL | 136.88º | 0.13% | 0.49% | - |
| HSV(B) | 136.88º | 0.23% | 0.55% | - |
| XYZ | 19.1 | 23.61 | 20.69 | - |
| YUV | 128.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 141 | 118 | 0.23 | 0 | 0.16 | 0.45 | 136.88 | 0.13 | 0.49 |
| Hex | 6D | 8D | 76 | 17 | 0 | 10 | 2D | 89 | D | 31 |
| Octal | 155 | 215 | 166 | 27 | 0 | 20 | 55 | 211 | 15 | 61 |
| Binary | 1101101 | 10001101 | 1110110 | 10111 | 0 | 10000 | 101101 | 10001001 | 1101 | 110001 |
Color Harmonies of #6D8D76
Complementary color
Monochromatic Colors of #6D8D76
Black with #6D8D76
Text Example
Text Example
White with #6D8D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8D76; }
p { color: rgb(109,141,118); }
H1.HeaderClassName
{
color: #6D8D76;
}
.AnyTagClassName
{
color: #6D8D76;
}
</style>
background-color css
<style>
a { background-color: #6D8D76; }
a { background-color: rgb(109,141,118); }
div.DivClassName
{
background-color: #6D8D76;
}
.BgClassName
{
background-color: #6D8D76;
}
</style>
border-color css
<style>
span { border-color: #6D8D76; }
span { border-color: rgb(109,141,118); }
td.TdClassName
{
border-color: #6D8D76;
}
.TagClassName
{
border-color: #6D8D76;
}
</style>