Shades of Oxley #6D9D7D
Tints of Oxley #6D9D7D
RGB
CMYK
RGB Variations
Color information
#6D9D7D (or 0x6D9D7D) is known color: Oxley. HEX triplet: 6D, 9D and 7D. RGB value is (109,157,125). Sum of RGB (Red+Green+Blue) = 109+157+125=391 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.88% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 157 - color contains mainly: green. Hex color #6D9D7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9D7D is #926282. Grayscale: #8B8B8B. Windows color (decimal): -9593475 or 8232301. OLE color: 8232301.
HSL color Cylindrical-coordinate representation of color #6D9D7D: hue angle of 140º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D9D7D is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 157 | 125 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.38 |
| HSL | 140º | 0.2% | 0.52% | - |
| HSV(B) | 140º | 0.31% | 0.62% | - |
| XYZ | 22.07 | 28.85 | 23.81 | - |
| YUV | 139 | 120.1 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 157 | 125 | 0.31 | 0 | 0.20 | 0.38 | 140 | 0.2 | 0.52 |
| Hex | 6D | 9D | 7D | 1F | 0 | 14 | 26 | 8C | 14 | 34 |
| Octal | 155 | 235 | 175 | 37 | 0 | 24 | 46 | 214 | 24 | 64 |
| Binary | 1101101 | 10011101 | 1111101 | 11111 | 0 | 10100 | 100110 | 10001100 | 10100 | 110100 |
Color Harmonies of #6D9D7D
Complementary color
Monochromatic Colors of #6D9D7D
Black with #6D9D7D
Text Example
Text Example
White with #6D9D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9D7D; }
p { color: rgb(109,157,125); }
H1.HeaderClassName
{
color: #6D9D7D;
}
.AnyTagClassName
{
color: #6D9D7D;
}
</style>
background-color css
<style>
a { background-color: #6D9D7D; }
a { background-color: rgb(109,157,125); }
div.DivClassName
{
background-color: #6D9D7D;
}
.BgClassName
{
background-color: #6D9D7D;
}
</style>
border-color css
<style>
span { border-color: #6D9D7D; }
span { border-color: rgb(109,157,125); }
td.TdClassName
{
border-color: #6D9D7D;
}
.TagClassName
{
border-color: #6D9D7D;
}
</style>