Shades of Oxley #6E8F78
Tints of Oxley #6E8F78
RGB
CMYK
RGB Variations
Color information
#6E8F78 (or 0x6E8F78) is known color: Oxley. HEX triplet: 6E, 8F and 78. RGB value is (110,143,120). Sum of RGB (Red+Green+Blue) = 110+143+120=373 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.49% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 143 - color contains mainly: green. Hex color #6E8F78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8F78 is #917087. Grayscale: #828282. Windows color (decimal): -9531528 or 7901038. OLE color: 7901038.
HSL color Cylindrical-coordinate representation of color #6E8F78: hue angle of 138.18º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E8F78 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 143 | 120 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.44 |
| HSL | 138.18º | 0.13% | 0.5% | - |
| HSV(B) | 138.18º | 0.23% | 0.56% | - |
| XYZ | 19.64 | 24.32 | 21.43 | - |
| YUV | 130.51 | 122.07 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 143 | 120 | 0.23 | 0 | 0.16 | 0.44 | 138.18 | 0.13 | 0.5 |
| Hex | 6E | 8F | 78 | 17 | 0 | 10 | 2C | 8A | D | 32 |
| Octal | 156 | 217 | 170 | 27 | 0 | 20 | 54 | 212 | 15 | 62 |
| Binary | 1101110 | 10001111 | 1111000 | 10111 | 0 | 10000 | 101100 | 10001010 | 1101 | 110010 |
Color Harmonies of #6E8F78
Complementary color
Monochromatic Colors of #6E8F78
Black with #6E8F78
Text Example
Text Example
White with #6E8F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8F78; }
p { color: rgb(110,143,120); }
H1.HeaderClassName
{
color: #6E8F78;
}
.AnyTagClassName
{
color: #6E8F78;
}
</style>
background-color css
<style>
a { background-color: #6E8F78; }
a { background-color: rgb(110,143,120); }
div.DivClassName
{
background-color: #6E8F78;
}
.BgClassName
{
background-color: #6E8F78;
}
</style>
border-color css
<style>
span { border-color: #6E8F78; }
span { border-color: rgb(110,143,120); }
td.TdClassName
{
border-color: #6E8F78;
}
.TagClassName
{
border-color: #6E8F78;
}
</style>