Shades of Oxley #6D8A78
Tints of Oxley #6D8A78
RGB
CMYK
RGB Variations
Color information
#6D8A78 (or 0x6D8A78) is known color: Oxley. HEX triplet: 6D, 8A and 78. RGB value is (109,138,120). Sum of RGB (Red+Green+Blue) = 109+138+120=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 138 - color contains mainly: green. Hex color #6D8A78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8A78 is #927587. Grayscale: #7F7F7F. Windows color (decimal): -9598344 or 7899757. OLE color: 7899757.
HSL color Cylindrical-coordinate representation of color #6D8A78: hue angle of 142.76º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D8A78 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 109 | 138 | 120 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.46 |
| HSL | 142.76º | 0.12% | 0.48% | - |
| HSV(B) | 142.76º | 0.21% | 0.54% | - |
| XYZ | 18.79 | 22.78 | 21.18 | - |
| YUV | 127.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 138 | 120 | 0.21 | 0 | 0.13 | 0.46 | 142.76 | 0.12 | 0.48 |
| Hex | 6D | 8A | 78 | 15 | 0 | D | 2E | 8F | C | 30 |
| Octal | 155 | 212 | 170 | 25 | 0 | 15 | 56 | 217 | 14 | 60 |
| Binary | 1101101 | 10001010 | 1111000 | 10101 | 0 | 1101 | 101110 | 10001111 | 1100 | 110000 |
Color Harmonies of #6D8A78
Complementary color
Monochromatic Colors of #6D8A78
Black with #6D8A78
Text Example
Text Example
White with #6D8A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8A78; }
p { color: rgb(109,138,120); }
H1.HeaderClassName
{
color: #6D8A78;
}
.AnyTagClassName
{
color: #6D8A78;
}
</style>
background-color css
<style>
a { background-color: #6D8A78; }
a { background-color: rgb(109,138,120); }
div.DivClassName
{
background-color: #6D8A78;
}
.BgClassName
{
background-color: #6D8A78;
}
</style>
border-color css
<style>
span { border-color: #6D8A78; }
span { border-color: rgb(109,138,120); }
td.TdClassName
{
border-color: #6D8A78;
}
.TagClassName
{
border-color: #6D8A78;
}
</style>