Shades of Patina #6E9783
Tints of Patina #6E9783
RGB
CMYK
RGB Variations
Color information
#6E9783 (or 0x6E9783) is known color: Patina. HEX triplet: 6E, 97 and 83. RGB value is (110,151,131). Sum of RGB (Red+Green+Blue) = 110+151+131=392 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.06% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 151 - color contains mainly: green. Hex color #6E9783 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9783 is #91687C. Grayscale: #888888. Windows color (decimal): -9529469 or 8623982. OLE color: 8623982.
HSL color Cylindrical-coordinate representation of color #6E9783: hue angle of 150.73º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E9783 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 110 | 151 | 131 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.41 |
| HSL | 150.73º | 0.16% | 0.51% | - |
| HSV(B) | 150.73º | 0.27% | 0.59% | - |
| XYZ | 21.59 | 27.09 | 25.56 | - |
| YUV | 136.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 151 | 131 | 0.27 | 0 | 0.13 | 0.41 | 150.73 | 0.16 | 0.51 |
| Hex | 6E | 97 | 83 | 1B | 0 | D | 29 | 97 | 10 | 33 |
| Octal | 156 | 227 | 203 | 33 | 0 | 15 | 51 | 227 | 20 | 63 |
| Binary | 1101110 | 10010111 | 10000011 | 11011 | 0 | 1101 | 101001 | 10010111 | 10000 | 110011 |
Color Harmonies of #6E9783
Complementary color
Monochromatic Colors of #6E9783
Black with #6E9783
Text Example
Text Example
White with #6E9783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9783; }
p { color: rgb(110,151,131); }
H1.HeaderClassName
{
color: #6E9783;
}
.AnyTagClassName
{
color: #6E9783;
}
</style>
background-color css
<style>
a { background-color: #6E9783; }
a { background-color: rgb(110,151,131); }
div.DivClassName
{
background-color: #6E9783;
}
.BgClassName
{
background-color: #6E9783;
}
</style>
border-color css
<style>
span { border-color: #6E9783; }
span { border-color: rgb(110,151,131); }
td.TdClassName
{
border-color: #6E9783;
}
.TagClassName
{
border-color: #6E9783;
}
</style>