Shades of Oxley #6D967A
Tints of Oxley #6D967A
RGB
CMYK
RGB Variations
Color information
#6D967A (or 0x6D967A) is known color: Oxley. HEX triplet: 6D, 96 and 7A. RGB value is (109,150,122). Sum of RGB (Red+Green+Blue) = 109+150+122=381 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.61% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 150 - color contains mainly: green. Hex color #6D967A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D967A is #926985. Grayscale: #868686. Windows color (decimal): -9595270 or 8033901. OLE color: 8033901.
HSL color Cylindrical-coordinate representation of color #6D967A: hue angle of 139.02º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D967A is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 109 | 150 | 122 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.41 |
| HSL | 139.02º | 0.16% | 0.51% | - |
| HSV(B) | 139.02º | 0.27% | 0.59% | - |
| XYZ | 20.73 | 26.47 | 22.43 | - |
| YUV | 134.55 | 120.92 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 150 | 122 | 0.27 | 0 | 0.19 | 0.41 | 139.02 | 0.16 | 0.51 |
| Hex | 6D | 96 | 7A | 1B | 0 | 13 | 29 | 8B | 10 | 33 |
| Octal | 155 | 226 | 172 | 33 | 0 | 23 | 51 | 213 | 20 | 63 |
| Binary | 1101101 | 10010110 | 1111010 | 11011 | 0 | 10011 | 101001 | 10001011 | 10000 | 110011 |
Color Harmonies of #6D967A
Complementary color
Monochromatic Colors of #6D967A
Black with #6D967A
Text Example
Text Example
White with #6D967A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D967A; }
p { color: rgb(109,150,122); }
H1.HeaderClassName
{
color: #6D967A;
}
.AnyTagClassName
{
color: #6D967A;
}
</style>
background-color css
<style>
a { background-color: #6D967A; }
a { background-color: rgb(109,150,122); }
div.DivClassName
{
background-color: #6D967A;
}
.BgClassName
{
background-color: #6D967A;
}
</style>
border-color css
<style>
span { border-color: #6D967A; }
span { border-color: rgb(109,150,122); }
td.TdClassName
{
border-color: #6D967A;
}
.TagClassName
{
border-color: #6D967A;
}
</style>