Shades of Patina #6F8E7F
Tints of Patina #6F8E7F
RGB
CMYK
RGB Variations
Color information
#6F8E7F (or 0x6F8E7F) is known color: Patina. HEX triplet: 6F, 8E and 7F. RGB value is (111,142,127). Sum of RGB (Red+Green+Blue) = 111+142+127=380 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.21% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 142 - color contains mainly: green. Hex color #6F8E7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8E7F is #907180. Grayscale: #838383. Windows color (decimal): -9466241 or 8359535. OLE color: 8359535.
HSL color Cylindrical-coordinate representation of color #6F8E7F: hue angle of 150.97º degrees, saturation: 0.12, 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 #6F8E7F is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 142 | 127 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.44 |
| HSL | 150.97º | 0.12% | 0.5% | - |
| HSV(B) | 150.97º | 0.22% | 0.56% | - |
| XYZ | 20.06 | 24.26 | 23.7 | - |
| YUV | 131.02 | 125.73 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 142 | 127 | 0.22 | 0 | 0.11 | 0.44 | 150.97 | 0.12 | 0.5 |
| Hex | 6F | 8E | 7F | 16 | 0 | B | 2C | 97 | C | 32 |
| Octal | 157 | 216 | 177 | 26 | 0 | 13 | 54 | 227 | 14 | 62 |
| Binary | 1101111 | 10001110 | 1111111 | 10110 | 0 | 1011 | 101100 | 10010111 | 1100 | 110010 |
Color Harmonies of #6F8E7F
Complementary color
Monochromatic Colors of #6F8E7F
Black with #6F8E7F
Text Example
Text Example
White with #6F8E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8E7F; }
p { color: rgb(111,142,127); }
H1.HeaderClassName
{
color: #6F8E7F;
}
.AnyTagClassName
{
color: #6F8E7F;
}
</style>
background-color css
<style>
a { background-color: #6F8E7F; }
a { background-color: rgb(111,142,127); }
div.DivClassName
{
background-color: #6F8E7F;
}
.BgClassName
{
background-color: #6F8E7F;
}
</style>
border-color css
<style>
span { border-color: #6F8E7F; }
span { border-color: rgb(111,142,127); }
td.TdClassName
{
border-color: #6F8E7F;
}
.TagClassName
{
border-color: #6F8E7F;
}
</style>