Shades of Oxley #6E8D76
Tints of Oxley #6E8D76
RGB
CMYK
RGB Variations
Color information
#6E8D76 (or 0x6E8D76) is known color: Oxley. HEX triplet: 6E, 8D and 76. RGB value is (110,141,118). Sum of RGB (Red+Green+Blue) = 110+141+118=369 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.81% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 141 - color contains mainly: green. Hex color #6E8D76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8D76 is #917289. Grayscale: #818181. Windows color (decimal): -9532042 or 7769454. OLE color: 7769454.
HSL color Cylindrical-coordinate representation of color #6E8D76: hue angle of 135.48º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6E8D76 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 141 | 118 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.45 |
| HSL | 135.48º | 0.12% | 0.49% | - |
| HSV(B) | 135.48º | 0.22% | 0.55% | - |
| XYZ | 19.23 | 23.67 | 20.7 | - |
| YUV | 129.11 | 121.73 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 141 | 118 | 0.22 | 0 | 0.16 | 0.45 | 135.48 | 0.12 | 0.49 |
| Hex | 6E | 8D | 76 | 16 | 0 | 10 | 2D | 87 | C | 31 |
| Octal | 156 | 215 | 166 | 26 | 0 | 20 | 55 | 207 | 14 | 61 |
| Binary | 1101110 | 10001101 | 1110110 | 10110 | 0 | 10000 | 101101 | 10000111 | 1100 | 110001 |
Color Harmonies of #6E8D76
Complementary color
Monochromatic Colors of #6E8D76
Black with #6E8D76
Text Example
Text Example
White with #6E8D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8D76; }
p { color: rgb(110,141,118); }
H1.HeaderClassName
{
color: #6E8D76;
}
.AnyTagClassName
{
color: #6E8D76;
}
</style>
background-color css
<style>
a { background-color: #6E8D76; }
a { background-color: rgb(110,141,118); }
div.DivClassName
{
background-color: #6E8D76;
}
.BgClassName
{
background-color: #6E8D76;
}
</style>
border-color css
<style>
span { border-color: #6E8D76; }
span { border-color: rgb(110,141,118); }
td.TdClassName
{
border-color: #6E8D76;
}
.TagClassName
{
border-color: #6E8D76;
}
</style>