Shades of Oxley #6D977E
Tints of Oxley #6D977E
RGB
CMYK
RGB Variations
Color information
#6D977E (or 0x6D977E) is known color: Oxley. HEX triplet: 6D, 97 and 7E. RGB value is (109,151,126). Sum of RGB (Red+Green+Blue) = 109+151+126=386 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.24% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 151 - color contains mainly: green. Hex color #6D977E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D977E is #926881. Grayscale: #878787. Windows color (decimal): -9595010 or 8296301. OLE color: 8296301.
HSL color Cylindrical-coordinate representation of color #6D977E: hue angle of 144.29º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D977E is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 109 | 151 | 126 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.41 |
| HSL | 144.29º | 0.17% | 0.51% | - |
| HSV(B) | 144.29º | 0.28% | 0.59% | - |
| XYZ | 21.14 | 26.89 | 23.81 | - |
| YUV | 135.59 | 122.59 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 151 | 126 | 0.28 | 0 | 0.17 | 0.41 | 144.29 | 0.17 | 0.51 |
| Hex | 6D | 97 | 7E | 1C | 0 | 11 | 29 | 90 | 11 | 33 |
| Octal | 155 | 227 | 176 | 34 | 0 | 21 | 51 | 220 | 21 | 63 |
| Binary | 1101101 | 10010111 | 1111110 | 11100 | 0 | 10001 | 101001 | 10010000 | 10001 | 110011 |
Color Harmonies of #6D977E
Complementary color
Monochromatic Colors of #6D977E
Black with #6D977E
Text Example
Text Example
White with #6D977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D977E; }
p { color: rgb(109,151,126); }
H1.HeaderClassName
{
color: #6D977E;
}
.AnyTagClassName
{
color: #6D977E;
}
</style>
background-color css
<style>
a { background-color: #6D977E; }
a { background-color: rgb(109,151,126); }
div.DivClassName
{
background-color: #6D977E;
}
.BgClassName
{
background-color: #6D977E;
}
</style>
border-color css
<style>
span { border-color: #6D977E; }
span { border-color: rgb(109,151,126); }
td.TdClassName
{
border-color: #6D977E;
}
.TagClassName
{
border-color: #6D977E;
}
</style>