Shades of Oxley #6E9878
Tints of Oxley #6E9878
RGB
CMYK
RGB Variations
Color information
#6E9878 (or 0x6E9878) is known color: Oxley. HEX triplet: 6E, 98 and 78. RGB value is (110,152,120). Sum of RGB (Red+Green+Blue) = 110+152+120=382 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.80% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 152 - color contains mainly: green. Hex color #6E9878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9878 is #916787. Grayscale: #878787. Windows color (decimal): -9529224 or 7903342. OLE color: 7903342.
HSL color Cylindrical-coordinate representation of color #6E9878: hue angle of 134.29º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E9878 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 152 | 120 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.40 |
| HSL | 134.29º | 0.17% | 0.51% | - |
| HSV(B) | 134.29º | 0.28% | 0.6% | - |
| XYZ | 21.05 | 27.13 | 21.9 | - |
| YUV | 135.79 | 119.09 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 152 | 120 | 0.28 | 0 | 0.21 | 0.40 | 134.29 | 0.17 | 0.51 |
| Hex | 6E | 98 | 78 | 1C | 0 | 15 | 28 | 86 | 11 | 33 |
| Octal | 156 | 230 | 170 | 34 | 0 | 25 | 50 | 206 | 21 | 63 |
| Binary | 1101110 | 10011000 | 1111000 | 11100 | 0 | 10101 | 101000 | 10000110 | 10001 | 110011 |
Color Harmonies of #6E9878
Complementary color
Monochromatic Colors of #6E9878
Black with #6E9878
Text Example
Text Example
White with #6E9878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9878; }
p { color: rgb(110,152,120); }
H1.HeaderClassName
{
color: #6E9878;
}
.AnyTagClassName
{
color: #6E9878;
}
</style>
background-color css
<style>
a { background-color: #6E9878; }
a { background-color: rgb(110,152,120); }
div.DivClassName
{
background-color: #6E9878;
}
.BgClassName
{
background-color: #6E9878;
}
</style>
border-color css
<style>
span { border-color: #6E9878; }
span { border-color: rgb(110,152,120); }
td.TdClassName
{
border-color: #6E9878;
}
.TagClassName
{
border-color: #6E9878;
}
</style>