Shades of Oxley #6E8B76
Tints of Oxley #6E8B76
RGB
CMYK
RGB Variations
Color information
#6E8B76 (or 0x6E8B76) is known color: Oxley. HEX triplet: 6E, 8B and 76. RGB value is (110,139,118). Sum of RGB (Red+Green+Blue) = 110+139+118=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 139 - color contains mainly: green. Hex color #6E8B76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8B76 is #917489. Grayscale: #7F7F7F. Windows color (decimal): -9532554 or 7768942. OLE color: 7768942.
HSL color Cylindrical-coordinate representation of color #6E8B76: hue angle of 136.55º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E8B76 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 139 | 118 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.45 |
| HSL | 136.55º | 0.12% | 0.49% | - |
| HSV(B) | 136.55º | 0.21% | 0.55% | - |
| XYZ | 18.93 | 23.09 | 20.6 | - |
| YUV | 127.94 | 122.39 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 139 | 118 | 0.21 | 0 | 0.15 | 0.45 | 136.55 | 0.12 | 0.49 |
| Hex | 6E | 8B | 76 | 15 | 0 | F | 2D | 89 | C | 31 |
| Octal | 156 | 213 | 166 | 25 | 0 | 17 | 55 | 211 | 14 | 61 |
| Binary | 1101110 | 10001011 | 1110110 | 10101 | 0 | 1111 | 101101 | 10001001 | 1100 | 110001 |
Color Harmonies of #6E8B76
Complementary color
Monochromatic Colors of #6E8B76
Black with #6E8B76
Text Example
Text Example
White with #6E8B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8B76; }
p { color: rgb(110,139,118); }
H1.HeaderClassName
{
color: #6E8B76;
}
.AnyTagClassName
{
color: #6E8B76;
}
</style>
background-color css
<style>
a { background-color: #6E8B76; }
a { background-color: rgb(110,139,118); }
div.DivClassName
{
background-color: #6E8B76;
}
.BgClassName
{
background-color: #6E8B76;
}
</style>
border-color css
<style>
span { border-color: #6E8B76; }
span { border-color: rgb(110,139,118); }
td.TdClassName
{
border-color: #6E8B76;
}
.TagClassName
{
border-color: #6E8B76;
}
</style>