Shades of Oxley #6E987B
Tints of Oxley #6E987B
RGB
CMYK
RGB Variations
Color information
#6E987B (or 0x6E987B) is known color: Oxley. HEX triplet: 6E, 98 and 7B. RGB value is (110,152,123). Sum of RGB (Red+Green+Blue) = 110+152+123=385 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.57% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 152 - color contains mainly: green. Hex color #6E987B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E987B is #916784. Grayscale: #888888. Windows color (decimal): -9529221 or 8099950. OLE color: 8099950.
HSL color Cylindrical-coordinate representation of color #6E987B: hue angle of 138.57º 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 #6E987B is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 152 | 123 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.40 |
| HSL | 138.57º | 0.17% | 0.51% | - |
| HSV(B) | 138.57º | 0.28% | 0.6% | - |
| XYZ | 21.23 | 27.2 | 22.87 | - |
| YUV | 136.14 | 120.59 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 152 | 123 | 0.28 | 0 | 0.19 | 0.40 | 138.57 | 0.17 | 0.51 |
| Hex | 6E | 98 | 7B | 1C | 0 | 13 | 28 | 8B | 11 | 33 |
| Octal | 156 | 230 | 173 | 34 | 0 | 23 | 50 | 213 | 21 | 63 |
| Binary | 1101110 | 10011000 | 1111011 | 11100 | 0 | 10011 | 101000 | 10001011 | 10001 | 110011 |
Color Harmonies of #6E987B
Complementary color
Monochromatic Colors of #6E987B
Black with #6E987B
Text Example
Text Example
White with #6E987B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E987B; }
p { color: rgb(110,152,123); }
H1.HeaderClassName
{
color: #6E987B;
}
.AnyTagClassName
{
color: #6E987B;
}
</style>
background-color css
<style>
a { background-color: #6E987B; }
a { background-color: rgb(110,152,123); }
div.DivClassName
{
background-color: #6E987B;
}
.BgClassName
{
background-color: #6E987B;
}
</style>
border-color css
<style>
span { border-color: #6E987B; }
span { border-color: rgb(110,152,123); }
td.TdClassName
{
border-color: #6E987B;
}
.TagClassName
{
border-color: #6E987B;
}
</style>