Shades of Patina #6D917E
Tints of Patina #6D917E
RGB
CMYK
RGB Variations
Color information
#6D917E (or 0x6D917E) is known color: Patina. HEX triplet: 6D, 91 and 7E. RGB value is (109,145,126). Sum of RGB (Red+Green+Blue) = 109+145+126=380 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.68% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 145 - color contains mainly: green. Hex color #6D917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D917E is #926E81. Grayscale: #848484. Windows color (decimal): -9596546 or 8294765. OLE color: 8294765.
HSL color Cylindrical-coordinate representation of color #6D917E: hue angle of 148.33º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D917E is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 109 | 145 | 126 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.43 |
| HSL | 148.33º | 0.14% | 0.5% | - |
| HSV(B) | 148.33º | 0.25% | 0.57% | - |
| XYZ | 20.2 | 25.01 | 23.5 | - |
| YUV | 132.07 | 124.57 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 145 | 126 | 0.25 | 0 | 0.13 | 0.43 | 148.33 | 0.14 | 0.5 |
| Hex | 6D | 91 | 7E | 19 | 0 | D | 2B | 94 | E | 32 |
| Octal | 155 | 221 | 176 | 31 | 0 | 15 | 53 | 224 | 16 | 62 |
| Binary | 1101101 | 10010001 | 1111110 | 11001 | 0 | 1101 | 101011 | 10010100 | 1110 | 110010 |
Color Harmonies of #6D917E
Complementary color
Monochromatic Colors of #6D917E
Black with #6D917E
Text Example
Text Example
White with #6D917E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D917E; }
p { color: rgb(109,145,126); }
H1.HeaderClassName
{
color: #6D917E;
}
.AnyTagClassName
{
color: #6D917E;
}
</style>
background-color css
<style>
a { background-color: #6D917E; }
a { background-color: rgb(109,145,126); }
div.DivClassName
{
background-color: #6D917E;
}
.BgClassName
{
background-color: #6D917E;
}
</style>
border-color css
<style>
span { border-color: #6D917E; }
span { border-color: rgb(109,145,126); }
td.TdClassName
{
border-color: #6D917E;
}
.TagClassName
{
border-color: #6D917E;
}
</style>