Shades of Oxley #6D9B7A
Tints of Oxley #6D9B7A
RGB
CMYK
RGB Variations
Color information
#6D9B7A (or 0x6D9B7A) is known color: Oxley. HEX triplet: 6D, 9B and 7A. RGB value is (109,155,122). Sum of RGB (Red+Green+Blue) = 109+155+122=386 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.24% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 155 - color contains mainly: green. Hex color #6D9B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9B7A is #926485. Grayscale: #898989. Windows color (decimal): -9593990 or 8035181. OLE color: 8035181.
HSL color Cylindrical-coordinate representation of color #6D9B7A: hue angle of 136.96º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D9B7A is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 155 | 122 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.39 |
| HSL | 136.96º | 0.19% | 0.52% | - |
| HSV(B) | 136.96º | 0.3% | 0.61% | - |
| XYZ | 21.54 | 28.1 | 22.7 | - |
| YUV | 137.48 | 119.26 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 155 | 122 | 0.30 | 0 | 0.21 | 0.39 | 136.96 | 0.19 | 0.52 |
| Hex | 6D | 9B | 7A | 1E | 0 | 15 | 27 | 89 | 13 | 34 |
| Octal | 155 | 233 | 172 | 36 | 0 | 25 | 47 | 211 | 23 | 64 |
| Binary | 1101101 | 10011011 | 1111010 | 11110 | 0 | 10101 | 100111 | 10001001 | 10011 | 110100 |
Color Harmonies of #6D9B7A
Complementary color
Monochromatic Colors of #6D9B7A
Black with #6D9B7A
Text Example
Text Example
White with #6D9B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9B7A; }
p { color: rgb(109,155,122); }
H1.HeaderClassName
{
color: #6D9B7A;
}
.AnyTagClassName
{
color: #6D9B7A;
}
</style>
background-color css
<style>
a { background-color: #6D9B7A; }
a { background-color: rgb(109,155,122); }
div.DivClassName
{
background-color: #6D9B7A;
}
.BgClassName
{
background-color: #6D9B7A;
}
</style>
border-color css
<style>
span { border-color: #6D9B7A; }
span { border-color: rgb(109,155,122); }
td.TdClassName
{
border-color: #6D9B7A;
}
.TagClassName
{
border-color: #6D9B7A;
}
</style>