Shades of Oxley #6E987C
Tints of Oxley #6E987C
RGB
CMYK
RGB Variations
Color information
#6E987C (or 0x6E987C) is known color: Oxley. HEX triplet: 6E, 98 and 7C. RGB value is (110,152,124). Sum of RGB (Red+Green+Blue) = 110+152+124=386 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.50% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 152 - color contains mainly: green. Hex color #6E987C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E987C is #916783. Grayscale: #888888. Windows color (decimal): -9529220 or 8165486. OLE color: 8165486.
HSL color Cylindrical-coordinate representation of color #6E987C: hue angle of 140º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E987C is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 152 | 124 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.40 |
| HSL | 140º | 0.17% | 0.51% | - |
| HSV(B) | 140º | 0.28% | 0.6% | - |
| XYZ | 21.3 | 27.23 | 23.2 | - |
| YUV | 136.25 | 121.09 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 152 | 124 | 0.28 | 0 | 0.18 | 0.40 | 140 | 0.17 | 0.51 |
| Hex | 6E | 98 | 7C | 1C | 0 | 12 | 28 | 8C | 11 | 33 |
| Octal | 156 | 230 | 174 | 34 | 0 | 22 | 50 | 214 | 21 | 63 |
| Binary | 1101110 | 10011000 | 1111100 | 11100 | 0 | 10010 | 101000 | 10001100 | 10001 | 110011 |
Color Harmonies of #6E987C
Complementary color
Monochromatic Colors of #6E987C
Black with #6E987C
Text Example
Text Example
White with #6E987C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E987C; }
p { color: rgb(110,152,124); }
H1.HeaderClassName
{
color: #6E987C;
}
.AnyTagClassName
{
color: #6E987C;
}
</style>
background-color css
<style>
a { background-color: #6E987C; }
a { background-color: rgb(110,152,124); }
div.DivClassName
{
background-color: #6E987C;
}
.BgClassName
{
background-color: #6E987C;
}
</style>
border-color css
<style>
span { border-color: #6E987C; }
span { border-color: rgb(110,152,124); }
td.TdClassName
{
border-color: #6E987C;
}
.TagClassName
{
border-color: #6E987C;
}
</style>