Shades of Patina #6F8F7E
Tints of Patina #6F8F7E
RGB
CMYK
RGB Variations
Color information
#6F8F7E (or 0x6F8F7E) is known color: Patina. HEX triplet: 6F, 8F and 7E. RGB value is (111,143,126). Sum of RGB (Red+Green+Blue) = 111+143+126=380 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.21% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 143 - color contains mainly: green. Hex color #6F8F7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8F7E is #907081. Grayscale: #838383. Windows color (decimal): -9465986 or 8294255. OLE color: 8294255.
HSL color Cylindrical-coordinate representation of color #6F8F7E: hue angle of 148.12º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F8F7E is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 143 | 126 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.44 |
| HSL | 148.13º | 0.13% | 0.5% | - |
| HSV(B) | 148.13º | 0.22% | 0.56% | - |
| XYZ | 20.14 | 24.53 | 23.41 | - |
| YUV | 131.49 | 124.9 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 143 | 126 | 0.22 | 0 | 0.12 | 0.44 | 148.13 | 0.13 | 0.5 |
| Hex | 6F | 8F | 7E | 16 | 0 | C | 2C | 94 | D | 32 |
| Octal | 157 | 217 | 176 | 26 | 0 | 14 | 54 | 224 | 15 | 62 |
| Binary | 1101111 | 10001111 | 1111110 | 10110 | 0 | 1100 | 101100 | 10010100 | 1101 | 110010 |
Color Harmonies of #6F8F7E
Complementary color
Monochromatic Colors of #6F8F7E
Black with #6F8F7E
Text Example
Text Example
White with #6F8F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8F7E; }
p { color: rgb(111,143,126); }
H1.HeaderClassName
{
color: #6F8F7E;
}
.AnyTagClassName
{
color: #6F8F7E;
}
</style>
background-color css
<style>
a { background-color: #6F8F7E; }
a { background-color: rgb(111,143,126); }
div.DivClassName
{
background-color: #6F8F7E;
}
.BgClassName
{
background-color: #6F8F7E;
}
</style>
border-color css
<style>
span { border-color: #6F8F7E; }
span { border-color: rgb(111,143,126); }
td.TdClassName
{
border-color: #6F8F7E;
}
.TagClassName
{
border-color: #6F8F7E;
}
</style>