Shades of Oxley #6D8976
Tints of Oxley #6D8976
RGB
CMYK
RGB Variations
Color information
#6D8976 (or 0x6D8976) is known color: Oxley. HEX triplet: 6D, 89 and 76. RGB value is (109,137,118). Sum of RGB (Red+Green+Blue) = 109+137+118=364 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.95% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 137 - color contains mainly: green. Hex color #6D8976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8976 is #927689. Grayscale: #7E7E7E. Windows color (decimal): -9598602 or 7768429. OLE color: 7768429.
HSL color Cylindrical-coordinate representation of color #6D8976: hue angle of 139.29º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D8976 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 109 | 137 | 118 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.46 |
| HSL | 139.29º | 0.11% | 0.48% | - |
| HSV(B) | 139.29º | 0.2% | 0.54% | - |
| XYZ | 18.52 | 22.45 | 20.5 | - |
| YUV | 126.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 137 | 118 | 0.20 | 0 | 0.14 | 0.46 | 139.29 | 0.11 | 0.48 |
| Hex | 6D | 89 | 76 | 14 | 0 | E | 2E | 8B | B | 30 |
| Octal | 155 | 211 | 166 | 24 | 0 | 16 | 56 | 213 | 13 | 60 |
| Binary | 1101101 | 10001001 | 1110110 | 10100 | 0 | 1110 | 101110 | 10001011 | 1011 | 110000 |
Color Harmonies of #6D8976
Complementary color
Monochromatic Colors of #6D8976
Black with #6D8976
Text Example
Text Example
White with #6D8976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8976; }
p { color: rgb(109,137,118); }
H1.HeaderClassName
{
color: #6D8976;
}
.AnyTagClassName
{
color: #6D8976;
}
</style>
background-color css
<style>
a { background-color: #6D8976; }
a { background-color: rgb(109,137,118); }
div.DivClassName
{
background-color: #6D8976;
}
.BgClassName
{
background-color: #6D8976;
}
</style>
border-color css
<style>
span { border-color: #6D8976; }
span { border-color: rgb(109,137,118); }
td.TdClassName
{
border-color: #6D8976;
}
.TagClassName
{
border-color: #6D8976;
}
</style>