Shades of Oxley #6D9E72
Tints of Oxley #6D9E72
RGB
CMYK
RGB Variations
Color information
#6D9E72 (or 0x6D9E72) is known color: Oxley. HEX triplet: 6D, 9E and 72. RGB value is (109,158,114). Sum of RGB (Red+Green+Blue) = 109+158+114=381 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.61% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 158 - color contains mainly: green. Hex color #6D9E72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9E72 is #92618D. Grayscale: #8A8A8A. Windows color (decimal): -9593230 or 7511661. OLE color: 7511661.
HSL color Cylindrical-coordinate representation of color #6D9E72: hue angle of 126.12º 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 #6D9E72 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 158 | 114 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.38 |
| HSL | 126.12º | 0.2% | 0.52% | - |
| HSV(B) | 126.12º | 0.31% | 0.62% | - |
| XYZ | 21.57 | 28.92 | 20.36 | - |
| YUV | 138.33 | 114.27 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 158 | 114 | 0.31 | 0 | 0.28 | 0.38 | 126.12 | 0.2 | 0.52 |
| Hex | 6D | 9E | 72 | 1F | 0 | 1C | 26 | 7E | 14 | 34 |
| Octal | 155 | 236 | 162 | 37 | 0 | 34 | 46 | 176 | 24 | 64 |
| Binary | 1101101 | 10011110 | 1110010 | 11111 | 0 | 11100 | 100110 | 1111110 | 10100 | 110100 |
Color Harmonies of #6D9E72
Complementary color
Monochromatic Colors of #6D9E72
Black with #6D9E72
Text Example
Text Example
White with #6D9E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9E72; }
p { color: rgb(109,158,114); }
H1.HeaderClassName
{
color: #6D9E72;
}
.AnyTagClassName
{
color: #6D9E72;
}
</style>
background-color css
<style>
a { background-color: #6D9E72; }
a { background-color: rgb(109,158,114); }
div.DivClassName
{
background-color: #6D9E72;
}
.BgClassName
{
background-color: #6D9E72;
}
</style>
border-color css
<style>
span { border-color: #6D9E72; }
span { border-color: rgb(109,158,114); }
td.TdClassName
{
border-color: #6D9E72;
}
.TagClassName
{
border-color: #6D9E72;
}
</style>