Shades of Patina #6C8C7F
Tints of Patina #6C8C7F
RGB
CMYK
RGB Variations
Color information
#6C8C7F (or 0x6C8C7F) is known color: Patina. HEX triplet: 6C, 8C and 7F. RGB value is (108,140,127). Sum of RGB (Red+Green+Blue) = 108+140+127=375 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.8% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 140 - color contains mainly: green. Hex color #6C8C7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8C7F is #937380. Grayscale: #808080. Windows color (decimal): -9663361 or 8359020. OLE color: 8359020.
HSL color Cylindrical-coordinate representation of color #6C8C7F: hue angle of 155.62º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6C8C7F is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 140 | 127 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.45 |
| HSL | 155.63º | 0.13% | 0.49% | - |
| HSV(B) | 155.63º | 0.23% | 0.55% | - |
| XYZ | 19.39 | 23.48 | 23.59 | - |
| YUV | 128.95 | 126.9 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 140 | 127 | 0.23 | 0 | 0.09 | 0.45 | 155.63 | 0.13 | 0.49 |
| Hex | 6C | 8C | 7F | 17 | 0 | 9 | 2D | 9C | D | 31 |
| Octal | 154 | 214 | 177 | 27 | 0 | 11 | 55 | 234 | 15 | 61 |
| Binary | 1101100 | 10001100 | 1111111 | 10111 | 0 | 1001 | 101101 | 10011100 | 1101 | 110001 |
Color Harmonies of #6C8C7F
Complementary color
Monochromatic Colors of #6C8C7F
Black with #6C8C7F
Text Example
Text Example
White with #6C8C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8C7F; }
p { color: rgb(108,140,127); }
H1.HeaderClassName
{
color: #6C8C7F;
}
.AnyTagClassName
{
color: #6C8C7F;
}
</style>
background-color css
<style>
a { background-color: #6C8C7F; }
a { background-color: rgb(108,140,127); }
div.DivClassName
{
background-color: #6C8C7F;
}
.BgClassName
{
background-color: #6C8C7F;
}
</style>
border-color css
<style>
span { border-color: #6C8C7F; }
span { border-color: rgb(108,140,127); }
td.TdClassName
{
border-color: #6C8C7F;
}
.TagClassName
{
border-color: #6C8C7F;
}
</style>