Shades of Patina #6C8B80
Tints of Patina #6C8B80
RGB
CMYK
RGB Variations
Color information
#6C8B80 (or 0x6C8B80) is known color: Patina. HEX triplet: 6C, 8B and 80. RGB value is (108,139,128). Sum of RGB (Red+Green+Blue) = 108+139+128=375 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.8% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 139 - color contains mainly: green. Hex color #6C8B80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8B80 is #93747F. Grayscale: #808080. Windows color (decimal): -9663616 or 8424300. OLE color: 8424300.
HSL color Cylindrical-coordinate representation of color #6C8B80: hue angle of 158.71º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C8B80 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 139 | 128 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.45 |
| HSL | 158.71º | 0.13% | 0.48% | - |
| HSV(B) | 158.71º | 0.22% | 0.55% | - |
| XYZ | 19.31 | 23.21 | 23.88 | - |
| YUV | 128.48 | 127.73 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 139 | 128 | 0.22 | 0 | 0.08 | 0.45 | 158.71 | 0.13 | 0.48 |
| Hex | 6C | 8B | 80 | 16 | 0 | 8 | 2D | 9F | D | 30 |
| Octal | 154 | 213 | 200 | 26 | 0 | 10 | 55 | 237 | 15 | 60 |
| Binary | 1101100 | 10001011 | 10000000 | 10110 | 0 | 1000 | 101101 | 10011111 | 1101 | 110000 |
Color Harmonies of #6C8B80
Complementary color
Monochromatic Colors of #6C8B80
Black with #6C8B80
Text Example
Text Example
White with #6C8B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8B80; }
p { color: rgb(108,139,128); }
H1.HeaderClassName
{
color: #6C8B80;
}
.AnyTagClassName
{
color: #6C8B80;
}
</style>
background-color css
<style>
a { background-color: #6C8B80; }
a { background-color: rgb(108,139,128); }
div.DivClassName
{
background-color: #6C8B80;
}
.BgClassName
{
background-color: #6C8B80;
}
</style>
border-color css
<style>
span { border-color: #6C8B80; }
span { border-color: rgb(108,139,128); }
td.TdClassName
{
border-color: #6C8B80;
}
.TagClassName
{
border-color: #6C8B80;
}
</style>