Shades of Patina #6A8F7E
Tints of Patina #6A8F7E
RGB
CMYK
RGB Variations
Color information
#6A8F7E (or 0x6A8F7E) is known color: Patina. HEX triplet: 6A, 8F and 7E. RGB value is (106,143,126). Sum of RGB (Red+Green+Blue) = 106+143+126=375 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.27% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 143 - color contains mainly: green. Hex color #6A8F7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8F7E is #957081. Grayscale: #828282. Windows color (decimal): -9793666 or 8294250. OLE color: 8294250.
HSL color Cylindrical-coordinate representation of color #6A8F7E: hue angle of 152.43º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6A8F7E is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 143 | 126 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.44 |
| HSL | 152.43º | 0.15% | 0.49% | - |
| HSV(B) | 152.43º | 0.26% | 0.56% | - |
| XYZ | 19.53 | 24.22 | 23.38 | - |
| YUV | 130 | 125.74 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 143 | 126 | 0.26 | 0 | 0.12 | 0.44 | 152.43 | 0.15 | 0.49 |
| Hex | 6A | 8F | 7E | 1A | 0 | C | 2C | 98 | F | 31 |
| Octal | 152 | 217 | 176 | 32 | 0 | 14 | 54 | 230 | 17 | 61 |
| Binary | 1101010 | 10001111 | 1111110 | 11010 | 0 | 1100 | 101100 | 10011000 | 1111 | 110001 |
Color Harmonies of #6A8F7E
Complementary color
Monochromatic Colors of #6A8F7E
Black with #6A8F7E
Text Example
Text Example
White with #6A8F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8F7E; }
p { color: rgb(106,143,126); }
H1.HeaderClassName
{
color: #6A8F7E;
}
.AnyTagClassName
{
color: #6A8F7E;
}
</style>
background-color css
<style>
a { background-color: #6A8F7E; }
a { background-color: rgb(106,143,126); }
div.DivClassName
{
background-color: #6A8F7E;
}
.BgClassName
{
background-color: #6A8F7E;
}
</style>
border-color css
<style>
span { border-color: #6A8F7E; }
span { border-color: rgb(106,143,126); }
td.TdClassName
{
border-color: #6A8F7E;
}
.TagClassName
{
border-color: #6A8F7E;
}
</style>