Shades of Oxley #6E9D79
Tints of Oxley #6E9D79
RGB
CMYK
RGB Variations
Color information
#6E9D79 (or 0x6E9D79) is known color: Oxley. HEX triplet: 6E, 9D and 79. RGB value is (110,157,121). Sum of RGB (Red+Green+Blue) = 110+157+121=388 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.35% from 388); Green value is 157 (61.72% from 255 or 40.46% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 157 - color contains mainly: green. Hex color #6E9D79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9D79 is #916286. Grayscale: #8A8A8A. Windows color (decimal): -9527943 or 7970158. OLE color: 7970158.
HSL color Cylindrical-coordinate representation of color #6E9D79: hue angle of 134.04º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E9D79 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 157 | 121 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.38 |
| HSL | 134.04º | 0.19% | 0.52% | - |
| HSV(B) | 134.04º | 0.3% | 0.62% | - |
| XYZ | 21.94 | 28.81 | 22.49 | - |
| YUV | 138.84 | 117.93 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 157 | 121 | 0.30 | 0 | 0.23 | 0.38 | 134.04 | 0.19 | 0.52 |
| Hex | 6E | 9D | 79 | 1E | 0 | 17 | 26 | 86 | 13 | 34 |
| Octal | 156 | 235 | 171 | 36 | 0 | 27 | 46 | 206 | 23 | 64 |
| Binary | 1101110 | 10011101 | 1111001 | 11110 | 0 | 10111 | 100110 | 10000110 | 10011 | 110100 |
Color Harmonies of #6E9D79
Complementary color
Monochromatic Colors of #6E9D79
Black with #6E9D79
Text Example
Text Example
White with #6E9D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9D79; }
p { color: rgb(110,157,121); }
H1.HeaderClassName
{
color: #6E9D79;
}
.AnyTagClassName
{
color: #6E9D79;
}
</style>
background-color css
<style>
a { background-color: #6E9D79; }
a { background-color: rgb(110,157,121); }
div.DivClassName
{
background-color: #6E9D79;
}
.BgClassName
{
background-color: #6E9D79;
}
</style>
border-color css
<style>
span { border-color: #6E9D79; }
span { border-color: rgb(110,157,121); }
td.TdClassName
{
border-color: #6E9D79;
}
.TagClassName
{
border-color: #6E9D79;
}
</style>