Shades of Oxley #6D8D78
Tints of Oxley #6D8D78
RGB
CMYK
RGB Variations
Color information
#6D8D78 (or 0x6D8D78) is known color: Oxley. HEX triplet: 6D, 8D and 78. RGB value is (109,141,120). Sum of RGB (Red+Green+Blue) = 109+141+120=370 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.46% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 141 - color contains mainly: green. Hex color #6D8D78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8D78 is #927287. Grayscale: #818181. Windows color (decimal): -9597576 or 7900525. OLE color: 7900525.
HSL color Cylindrical-coordinate representation of color #6D8D78: hue angle of 140.62º 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 #6D8D78 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 141 | 120 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.45 |
| HSL | 140.63º | 0.13% | 0.49% | - |
| HSV(B) | 140.63º | 0.23% | 0.55% | - |
| XYZ | 19.22 | 23.66 | 21.32 | - |
| YUV | 129.04 | 122.9 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 141 | 120 | 0.23 | 0 | 0.15 | 0.45 | 140.63 | 0.13 | 0.49 |
| Hex | 6D | 8D | 78 | 17 | 0 | F | 2D | 8D | D | 31 |
| Octal | 155 | 215 | 170 | 27 | 0 | 17 | 55 | 215 | 15 | 61 |
| Binary | 1101101 | 10001101 | 1111000 | 10111 | 0 | 1111 | 101101 | 10001101 | 1101 | 110001 |
Color Harmonies of #6D8D78
Complementary color
Monochromatic Colors of #6D8D78
Black with #6D8D78
Text Example
Text Example
White with #6D8D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8D78; }
p { color: rgb(109,141,120); }
H1.HeaderClassName
{
color: #6D8D78;
}
.AnyTagClassName
{
color: #6D8D78;
}
</style>
background-color css
<style>
a { background-color: #6D8D78; }
a { background-color: rgb(109,141,120); }
div.DivClassName
{
background-color: #6D8D78;
}
.BgClassName
{
background-color: #6D8D78;
}
</style>
border-color css
<style>
span { border-color: #6D8D78; }
span { border-color: rgb(109,141,120); }
td.TdClassName
{
border-color: #6D8D78;
}
.TagClassName
{
border-color: #6D8D78;
}
</style>