Shades of Oxley #6D8C78
Tints of Oxley #6D8C78
RGB
CMYK
RGB Variations
Color information
#6D8C78 (or 0x6D8C78) is known color: Oxley. HEX triplet: 6D, 8C and 78. RGB value is (109,140,120). Sum of RGB (Red+Green+Blue) = 109+140+120=369 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.54% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 140 - color contains mainly: green. Hex color #6D8C78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8C78 is #927387. Grayscale: #808080. Windows color (decimal): -9597832 or 7900269. OLE color: 7900269.
HSL color Cylindrical-coordinate representation of color #6D8C78: hue angle of 141.29º 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 #6D8C78 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 140 | 120 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.45 |
| HSL | 141.29º | 0.12% | 0.49% | - |
| HSV(B) | 141.29º | 0.22% | 0.55% | - |
| XYZ | 19.07 | 23.36 | 21.27 | - |
| YUV | 128.45 | 123.23 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 140 | 120 | 0.22 | 0 | 0.14 | 0.45 | 141.29 | 0.12 | 0.49 |
| Hex | 6D | 8C | 78 | 16 | 0 | E | 2D | 8D | C | 31 |
| Octal | 155 | 214 | 170 | 26 | 0 | 16 | 55 | 215 | 14 | 61 |
| Binary | 1101101 | 10001100 | 1111000 | 10110 | 0 | 1110 | 101101 | 10001101 | 1100 | 110001 |
Color Harmonies of #6D8C78
Complementary color
Monochromatic Colors of #6D8C78
Black with #6D8C78
Text Example
Text Example
White with #6D8C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8C78; }
p { color: rgb(109,140,120); }
H1.HeaderClassName
{
color: #6D8C78;
}
.AnyTagClassName
{
color: #6D8C78;
}
</style>
background-color css
<style>
a { background-color: #6D8C78; }
a { background-color: rgb(109,140,120); }
div.DivClassName
{
background-color: #6D8C78;
}
.BgClassName
{
background-color: #6D8C78;
}
</style>
border-color css
<style>
span { border-color: #6D8C78; }
span { border-color: rgb(109,140,120); }
td.TdClassName
{
border-color: #6D8C78;
}
.TagClassName
{
border-color: #6D8C78;
}
</style>