Shades of Oxley #6D977A
Tints of Oxley #6D977A
RGB
CMYK
RGB Variations
Color information
#6D977A (or 0x6D977A) is known color: Oxley. HEX triplet: 6D, 97 and 7A. RGB value is (109,151,122). Sum of RGB (Red+Green+Blue) = 109+151+122=382 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.53% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 151 - color contains mainly: green. Hex color #6D977A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D977A is #926885. Grayscale: #878787. Windows color (decimal): -9595014 or 8034157. OLE color: 8034157.
HSL color Cylindrical-coordinate representation of color #6D977A: hue angle of 138.57º 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 #6D977A is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 109 | 151 | 122 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.41 |
| HSL | 138.57º | 0.17% | 0.51% | - |
| HSV(B) | 138.57º | 0.28% | 0.59% | - |
| XYZ | 20.89 | 26.79 | 22.48 | - |
| YUV | 135.14 | 120.59 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 151 | 122 | 0.28 | 0 | 0.19 | 0.41 | 138.57 | 0.17 | 0.51 |
| Hex | 6D | 97 | 7A | 1C | 0 | 13 | 29 | 8B | 11 | 33 |
| Octal | 155 | 227 | 172 | 34 | 0 | 23 | 51 | 213 | 21 | 63 |
| Binary | 1101101 | 10010111 | 1111010 | 11100 | 0 | 10011 | 101001 | 10001011 | 10001 | 110011 |
Color Harmonies of #6D977A
Complementary color
Monochromatic Colors of #6D977A
Black with #6D977A
Text Example
Text Example
White with #6D977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D977A; }
p { color: rgb(109,151,122); }
H1.HeaderClassName
{
color: #6D977A;
}
.AnyTagClassName
{
color: #6D977A;
}
</style>
background-color css
<style>
a { background-color: #6D977A; }
a { background-color: rgb(109,151,122); }
div.DivClassName
{
background-color: #6D977A;
}
.BgClassName
{
background-color: #6D977A;
}
</style>
border-color css
<style>
span { border-color: #6D977A; }
span { border-color: rgb(109,151,122); }
td.TdClassName
{
border-color: #6D977A;
}
.TagClassName
{
border-color: #6D977A;
}
</style>