Shades of Oxley #6E8B79
Tints of Oxley #6E8B79
RGB
CMYK
RGB Variations
Color information
#6E8B79 (or 0x6E8B79) is known color: Oxley. HEX triplet: 6E, 8B and 79. RGB value is (110,139,121). Sum of RGB (Red+Green+Blue) = 110+139+121=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 139 - color contains mainly: green. Hex color #6E8B79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8B79 is #917486. Grayscale: #808080. Windows color (decimal): -9532551 or 7965550. OLE color: 7965550.
HSL color Cylindrical-coordinate representation of color #6E8B79: hue angle of 142.76º 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 #6E8B79 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 139 | 121 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.45 |
| HSL | 142.76º | 0.12% | 0.49% | - |
| HSV(B) | 142.76º | 0.21% | 0.55% | - |
| XYZ | 19.11 | 23.16 | 21.55 | - |
| YUV | 128.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 139 | 121 | 0.21 | 0 | 0.13 | 0.45 | 142.76 | 0.12 | 0.49 |
| Hex | 6E | 8B | 79 | 15 | 0 | D | 2D | 8F | C | 31 |
| Octal | 156 | 213 | 171 | 25 | 0 | 15 | 55 | 217 | 14 | 61 |
| Binary | 1101110 | 10001011 | 1111001 | 10101 | 0 | 1101 | 101101 | 10001111 | 1100 | 110001 |
Color Harmonies of #6E8B79
Complementary color
Monochromatic Colors of #6E8B79
Black with #6E8B79
Text Example
Text Example
White with #6E8B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8B79; }
p { color: rgb(110,139,121); }
H1.HeaderClassName
{
color: #6E8B79;
}
.AnyTagClassName
{
color: #6E8B79;
}
</style>
background-color css
<style>
a { background-color: #6E8B79; }
a { background-color: rgb(110,139,121); }
div.DivClassName
{
background-color: #6E8B79;
}
.BgClassName
{
background-color: #6E8B79;
}
</style>
border-color css
<style>
span { border-color: #6E8B79; }
span { border-color: rgb(110,139,121); }
td.TdClassName
{
border-color: #6E8B79;
}
.TagClassName
{
border-color: #6E8B79;
}
</style>