Shades of Patina #6D877E
Tints of Patina #6D877E
RGB
CMYK
RGB Variations
Color information
#6D877E (or 0x6D877E) is known color: Patina. HEX triplet: 6D, 87 and 7E. RGB value is (109,135,126). Sum of RGB (Red+Green+Blue) = 109+135+126=370 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.46% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 135 - color contains mainly: green. Hex color #6D877E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D877E is #927881. Grayscale: #7E7E7E. Windows color (decimal): -9599106 or 8292205. OLE color: 8292205.
HSL color Cylindrical-coordinate representation of color #6D877E: hue angle of 159.23º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6D877E is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 135 | 126 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.47 |
| HSL | 159.23º | 0.11% | 0.48% | - |
| HSV(B) | 159.23º | 0.19% | 0.53% | - |
| XYZ | 18.74 | 22.09 | 23.01 | - |
| YUV | 126.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 135 | 126 | 0.19 | 0 | 0.07 | 0.47 | 159.23 | 0.11 | 0.48 |
| Hex | 6D | 87 | 7E | 13 | 0 | 7 | 2F | 9F | B | 30 |
| Octal | 155 | 207 | 176 | 23 | 0 | 7 | 57 | 237 | 13 | 60 |
| Binary | 1101101 | 10000111 | 1111110 | 10011 | 0 | 111 | 101111 | 10011111 | 1011 | 110000 |
Color Harmonies of #6D877E
Complementary color
Monochromatic Colors of #6D877E
Black with #6D877E
Text Example
Text Example
White with #6D877E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D877E; }
p { color: rgb(109,135,126); }
H1.HeaderClassName
{
color: #6D877E;
}
.AnyTagClassName
{
color: #6D877E;
}
</style>
background-color css
<style>
a { background-color: #6D877E; }
a { background-color: rgb(109,135,126); }
div.DivClassName
{
background-color: #6D877E;
}
.BgClassName
{
background-color: #6D877E;
}
</style>
border-color css
<style>
span { border-color: #6D877E; }
span { border-color: rgb(109,135,126); }
td.TdClassName
{
border-color: #6D877E;
}
.TagClassName
{
border-color: #6D877E;
}
</style>