Shades of Oxley #6E9E80
Tints of Oxley #6E9E80
RGB
CMYK
RGB Variations
Color information
#6E9E80 (or 0x6E9E80) is known color: Oxley. HEX triplet: 6E, 9E and 80. RGB value is (110,158,128). Sum of RGB (Red+Green+Blue) = 110+158+128=396 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.78% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 158 - color contains mainly: green. Hex color #6E9E80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9E80 is #91617F. Grayscale: #8C8C8C. Windows color (decimal): -9527680 or 8429166. OLE color: 8429166.
HSL color Cylindrical-coordinate representation of color #6E9E80: hue angle of 142.5º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E9E80 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 158 | 128 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.38 |
| HSL | 142.5º | 0.2% | 0.53% | - |
| HSV(B) | 142.5º | 0.3% | 0.62% | - |
| XYZ | 22.55 | 29.33 | 24.89 | - |
| YUV | 140.23 | 121.1 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 158 | 128 | 0.30 | 0 | 0.19 | 0.38 | 142.5 | 0.2 | 0.53 |
| Hex | 6E | 9E | 80 | 1E | 0 | 13 | 26 | 8E | 14 | 35 |
| Octal | 156 | 236 | 200 | 36 | 0 | 23 | 46 | 216 | 24 | 65 |
| Binary | 1101110 | 10011110 | 10000000 | 11110 | 0 | 10011 | 100110 | 10001110 | 10100 | 110101 |
Color Harmonies of #6E9E80
Complementary color
Monochromatic Colors of #6E9E80
Black with #6E9E80
Text Example
Text Example
White with #6E9E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9E80; }
p { color: rgb(110,158,128); }
H1.HeaderClassName
{
color: #6E9E80;
}
.AnyTagClassName
{
color: #6E9E80;
}
</style>
background-color css
<style>
a { background-color: #6E9E80; }
a { background-color: rgb(110,158,128); }
div.DivClassName
{
background-color: #6E9E80;
}
.BgClassName
{
background-color: #6E9E80;
}
</style>
border-color css
<style>
span { border-color: #6E9E80; }
span { border-color: rgb(110,158,128); }
td.TdClassName
{
border-color: #6E9E80;
}
.TagClassName
{
border-color: #6E9E80;
}
</style>