Shades of Oxley #6E9B81
Tints of Oxley #6E9B81
RGB
CMYK
RGB Variations
Color information
#6E9B81 (or 0x6E9B81) is known color: Oxley. HEX triplet: 6E, 9B and 81. RGB value is (110,155,129). Sum of RGB (Red+Green+Blue) = 110+155+129=394 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.92% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 155 - color contains mainly: green. Hex color #6E9B81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9B81 is #91647E. Grayscale: #8A8A8A. Windows color (decimal): -9528447 or 8493934. OLE color: 8493934.
HSL color Cylindrical-coordinate representation of color #6E9B81: hue angle of 145.33º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E9B81 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 155 | 129 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.39 |
| HSL | 145.33º | 0.18% | 0.52% | - |
| HSV(B) | 145.33º | 0.29% | 0.61% | - |
| XYZ | 22.11 | 28.34 | 25.07 | - |
| YUV | 138.58 | 122.59 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 155 | 129 | 0.29 | 0 | 0.17 | 0.39 | 145.33 | 0.18 | 0.52 |
| Hex | 6E | 9B | 81 | 1D | 0 | 11 | 27 | 91 | 12 | 34 |
| Octal | 156 | 233 | 201 | 35 | 0 | 21 | 47 | 221 | 22 | 64 |
| Binary | 1101110 | 10011011 | 10000001 | 11101 | 0 | 10001 | 100111 | 10010001 | 10010 | 110100 |
Color Harmonies of #6E9B81
Complementary color
Monochromatic Colors of #6E9B81
Black with #6E9B81
Text Example
Text Example
White with #6E9B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9B81; }
p { color: rgb(110,155,129); }
H1.HeaderClassName
{
color: #6E9B81;
}
.AnyTagClassName
{
color: #6E9B81;
}
</style>
background-color css
<style>
a { background-color: #6E9B81; }
a { background-color: rgb(110,155,129); }
div.DivClassName
{
background-color: #6E9B81;
}
.BgClassName
{
background-color: #6E9B81;
}
</style>
border-color css
<style>
span { border-color: #6E9B81; }
span { border-color: rgb(110,155,129); }
td.TdClassName
{
border-color: #6E9B81;
}
.TagClassName
{
border-color: #6E9B81;
}
</style>