Shades of Oxley #6E9E74
Tints of Oxley #6E9E74
RGB
CMYK
RGB Variations
Color information
#6E9E74 (or 0x6E9E74) is known color: Oxley. HEX triplet: 6E, 9E and 74. RGB value is (110,158,116). Sum of RGB (Red+Green+Blue) = 110+158+116=384 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.65% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 158 - color contains mainly: green. Hex color #6E9E74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9E74 is #91618B. Grayscale: #8A8A8A. Windows color (decimal): -9527692 or 7642734. OLE color: 7642734.
HSL color Cylindrical-coordinate representation of color #6E9E74: hue angle of 127.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 #6E9E74 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 158 | 116 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.38 |
| HSL | 127.5º | 0.2% | 0.53% | - |
| HSV(B) | 127.5º | 0.3% | 0.62% | - |
| XYZ | 21.81 | 29.03 | 20.98 | - |
| YUV | 138.86 | 115.1 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 158 | 116 | 0.30 | 0 | 0.27 | 0.38 | 127.5 | 0.2 | 0.53 |
| Hex | 6E | 9E | 74 | 1E | 0 | 1B | 26 | 80 | 14 | 35 |
| Octal | 156 | 236 | 164 | 36 | 0 | 33 | 46 | 200 | 24 | 65 |
| Binary | 1101110 | 10011110 | 1110100 | 11110 | 0 | 11011 | 100110 | 10000000 | 10100 | 110101 |
Color Harmonies of #6E9E74
Complementary color
Monochromatic Colors of #6E9E74
Black with #6E9E74
Text Example
Text Example
White with #6E9E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9E74; }
p { color: rgb(110,158,116); }
H1.HeaderClassName
{
color: #6E9E74;
}
.AnyTagClassName
{
color: #6E9E74;
}
</style>
background-color css
<style>
a { background-color: #6E9E74; }
a { background-color: rgb(110,158,116); }
div.DivClassName
{
background-color: #6E9E74;
}
.BgClassName
{
background-color: #6E9E74;
}
</style>
border-color css
<style>
span { border-color: #6E9E74; }
span { border-color: rgb(110,158,116); }
td.TdClassName
{
border-color: #6E9E74;
}
.TagClassName
{
border-color: #6E9E74;
}
</style>