Shades of Patina #6E867F
Tints of Patina #6E867F
RGB
CMYK
RGB Variations
Color information
#6E867F (or 0x6E867F) is known color: Patina. HEX triplet: 6E, 86 and 7F. RGB value is (110,134,127). Sum of RGB (Red+Green+Blue) = 110+134+127=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 134 - color contains mainly: green. Hex color #6E867F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E867F is #917980. Grayscale: #7E7E7E. Windows color (decimal): -9533825 or 8357486. OLE color: 8357486.
HSL color Cylindrical-coordinate representation of color #6E867F: hue angle of 162.5º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6E867F is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 134 | 127 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.47 |
| HSL | 162.5º | 0.1% | 0.48% | - |
| HSV(B) | 162.5º | 0.18% | 0.53% | - |
| XYZ | 18.79 | 21.9 | 23.32 | - |
| YUV | 126.03 | 128.55 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 134 | 127 | 0.18 | 0 | 0.05 | 0.47 | 162.5 | 0.1 | 0.48 |
| Hex | 6E | 86 | 7F | 12 | 0 | 5 | 2F | A2 | A | 30 |
| Octal | 156 | 206 | 177 | 22 | 0 | 5 | 57 | 242 | 12 | 60 |
| Binary | 1101110 | 10000110 | 1111111 | 10010 | 0 | 101 | 101111 | 10100010 | 1010 | 110000 |
Color Harmonies of #6E867F
Complementary color
Monochromatic Colors of #6E867F
Black with #6E867F
Text Example
Text Example
White with #6E867F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E867F; }
p { color: rgb(110,134,127); }
H1.HeaderClassName
{
color: #6E867F;
}
.AnyTagClassName
{
color: #6E867F;
}
</style>
background-color css
<style>
a { background-color: #6E867F; }
a { background-color: rgb(110,134,127); }
div.DivClassName
{
background-color: #6E867F;
}
.BgClassName
{
background-color: #6E867F;
}
</style>
border-color css
<style>
span { border-color: #6E867F; }
span { border-color: rgb(110,134,127); }
td.TdClassName
{
border-color: #6E867F;
}
.TagClassName
{
border-color: #6E867F;
}
</style>