Shades of Patina #6F8C7E
Tints of Patina #6F8C7E
RGB
CMYK
RGB Variations
Color information
#6F8C7E (or 0x6F8C7E) is known color: Patina. HEX triplet: 6F, 8C and 7E. RGB value is (111,140,126). Sum of RGB (Red+Green+Blue) = 111+140+126=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 140 - color contains mainly: green. Hex color #6F8C7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8C7E is #907381. Grayscale: #818181. Windows color (decimal): -9466754 or 8293487. OLE color: 8293487.
HSL color Cylindrical-coordinate representation of color #6F8C7E: hue angle of 151.03º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F8C7E is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 140 | 126 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.45 |
| HSL | 151.03º | 0.12% | 0.49% | - |
| HSV(B) | 151.03º | 0.21% | 0.55% | - |
| XYZ | 19.7 | 23.64 | 23.26 | - |
| YUV | 129.73 | 125.89 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 140 | 126 | 0.21 | 0 | 0.10 | 0.45 | 151.03 | 0.12 | 0.49 |
| Hex | 6F | 8C | 7E | 15 | 0 | A | 2D | 97 | C | 31 |
| Octal | 157 | 214 | 176 | 25 | 0 | 12 | 55 | 227 | 14 | 61 |
| Binary | 1101111 | 10001100 | 1111110 | 10101 | 0 | 1010 | 101101 | 10010111 | 1100 | 110001 |
Color Harmonies of #6F8C7E
Complementary color
Monochromatic Colors of #6F8C7E
Black with #6F8C7E
Text Example
Text Example
White with #6F8C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8C7E; }
p { color: rgb(111,140,126); }
H1.HeaderClassName
{
color: #6F8C7E;
}
.AnyTagClassName
{
color: #6F8C7E;
}
</style>
background-color css
<style>
a { background-color: #6F8C7E; }
a { background-color: rgb(111,140,126); }
div.DivClassName
{
background-color: #6F8C7E;
}
.BgClassName
{
background-color: #6F8C7E;
}
</style>
border-color css
<style>
span { border-color: #6F8C7E; }
span { border-color: rgb(111,140,126); }
td.TdClassName
{
border-color: #6F8C7E;
}
.TagClassName
{
border-color: #6F8C7E;
}
</style>