Shades of Oxley #6D9E7D
Tints of Oxley #6D9E7D
RGB
CMYK
RGB Variations
Color information
#6D9E7D (or 0x6D9E7D) is known color: Oxley. HEX triplet: 6D, 9E and 7D. RGB value is (109,158,125). Sum of RGB (Red+Green+Blue) = 109+158+125=392 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.81% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 158 - color contains mainly: green. Hex color #6D9E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9E7D is #926182. Grayscale: #8B8B8B. Windows color (decimal): -9593219 or 8232557. OLE color: 8232557.
HSL color Cylindrical-coordinate representation of color #6D9E7D: hue angle of 139.59º 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 #6D9E7D is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 158 | 125 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.38 |
| HSL | 139.59º | 0.2% | 0.52% | - |
| HSV(B) | 139.59º | 0.31% | 0.62% | - |
| XYZ | 22.24 | 29.19 | 23.86 | - |
| YUV | 139.59 | 119.77 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 158 | 125 | 0.31 | 0 | 0.21 | 0.38 | 139.59 | 0.2 | 0.52 |
| Hex | 6D | 9E | 7D | 1F | 0 | 15 | 26 | 8C | 14 | 34 |
| Octal | 155 | 236 | 175 | 37 | 0 | 25 | 46 | 214 | 24 | 64 |
| Binary | 1101101 | 10011110 | 1111101 | 11111 | 0 | 10101 | 100110 | 10001100 | 10100 | 110100 |
Color Harmonies of #6D9E7D
Complementary color
Monochromatic Colors of #6D9E7D
Black with #6D9E7D
Text Example
Text Example
White with #6D9E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9E7D; }
p { color: rgb(109,158,125); }
H1.HeaderClassName
{
color: #6D9E7D;
}
.AnyTagClassName
{
color: #6D9E7D;
}
</style>
background-color css
<style>
a { background-color: #6D9E7D; }
a { background-color: rgb(109,158,125); }
div.DivClassName
{
background-color: #6D9E7D;
}
.BgClassName
{
background-color: #6D9E7D;
}
</style>
border-color css
<style>
span { border-color: #6D9E7D; }
span { border-color: rgb(109,158,125); }
td.TdClassName
{
border-color: #6D9E7D;
}
.TagClassName
{
border-color: #6D9E7D;
}
</style>