Shades of Patina #6A917E
Tints of Patina #6A917E
RGB
CMYK
RGB Variations
Color information
#6A917E (or 0x6A917E) is known color: Patina. HEX triplet: 6A, 91 and 7E. RGB value is (106,145,126). Sum of RGB (Red+Green+Blue) = 106+145+126=377 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.12% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 145 - color contains mainly: green. Hex color #6A917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A917E is #956E81. Grayscale: #838383. Windows color (decimal): -9793154 or 8294762. OLE color: 8294762.
HSL color Cylindrical-coordinate representation of color #6A917E: hue angle of 150.77º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A917E is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 106 | 145 | 126 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.43 |
| HSL | 150.77º | 0.16% | 0.49% | - |
| HSV(B) | 150.77º | 0.27% | 0.57% | - |
| XYZ | 19.84 | 24.82 | 23.48 | - |
| YUV | 131.17 | 125.08 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 145 | 126 | 0.27 | 0 | 0.13 | 0.43 | 150.77 | 0.16 | 0.49 |
| Hex | 6A | 91 | 7E | 1B | 0 | D | 2B | 97 | 10 | 31 |
| Octal | 152 | 221 | 176 | 33 | 0 | 15 | 53 | 227 | 20 | 61 |
| Binary | 1101010 | 10010001 | 1111110 | 11011 | 0 | 1101 | 101011 | 10010111 | 10000 | 110001 |
Color Harmonies of #6A917E
Complementary color
Monochromatic Colors of #6A917E
Black with #6A917E
Text Example
Text Example
White with #6A917E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A917E; }
p { color: rgb(106,145,126); }
H1.HeaderClassName
{
color: #6A917E;
}
.AnyTagClassName
{
color: #6A917E;
}
</style>
background-color css
<style>
a { background-color: #6A917E; }
a { background-color: rgb(106,145,126); }
div.DivClassName
{
background-color: #6A917E;
}
.BgClassName
{
background-color: #6A917E;
}
</style>
border-color css
<style>
span { border-color: #6A917E; }
span { border-color: rgb(106,145,126); }
td.TdClassName
{
border-color: #6A917E;
}
.TagClassName
{
border-color: #6A917E;
}
</style>