Shades of Oxley #6D8977
Tints of Oxley #6D8977
RGB
CMYK
RGB Variations
Color information
#6D8977 (or 0x6D8977) is known color: Oxley. HEX triplet: 6D, 89 and 77. RGB value is (109,137,119). Sum of RGB (Red+Green+Blue) = 109+137+119=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 137 - color contains mainly: green. Hex color #6D8977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8977 is #927688. Grayscale: #7E7E7E. Windows color (decimal): -9598601 or 7833965. OLE color: 7833965.
HSL color Cylindrical-coordinate representation of color #6D8977: hue angle of 141.43º 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 #6D8977 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 109 | 137 | 119 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.46 |
| HSL | 141.43º | 0.11% | 0.48% | - |
| HSV(B) | 141.43º | 0.2% | 0.54% | - |
| XYZ | 18.58 | 22.47 | 20.81 | - |
| YUV | 126.58 | 123.72 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 137 | 119 | 0.20 | 0 | 0.13 | 0.46 | 141.43 | 0.11 | 0.48 |
| Hex | 6D | 89 | 77 | 14 | 0 | D | 2E | 8D | B | 30 |
| Octal | 155 | 211 | 167 | 24 | 0 | 15 | 56 | 215 | 13 | 60 |
| Binary | 1101101 | 10001001 | 1110111 | 10100 | 0 | 1101 | 101110 | 10001101 | 1011 | 110000 |
Color Harmonies of #6D8977
Complementary color
Monochromatic Colors of #6D8977
Black with #6D8977
Text Example
Text Example
White with #6D8977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8977; }
p { color: rgb(109,137,119); }
H1.HeaderClassName
{
color: #6D8977;
}
.AnyTagClassName
{
color: #6D8977;
}
</style>
background-color css
<style>
a { background-color: #6D8977; }
a { background-color: rgb(109,137,119); }
div.DivClassName
{
background-color: #6D8977;
}
.BgClassName
{
background-color: #6D8977;
}
</style>
border-color css
<style>
span { border-color: #6D8977; }
span { border-color: rgb(109,137,119); }
td.TdClassName
{
border-color: #6D8977;
}
.TagClassName
{
border-color: #6D8977;
}
</style>