Shades of Patina #6C8B7C
Tints of Patina #6C8B7C
RGB
CMYK
RGB Variations
Color information
#6C8B7C (or 0x6C8B7C) is known color: Patina. HEX triplet: 6C, 8B and 7C. RGB value is (108,139,124). Sum of RGB (Red+Green+Blue) = 108+139+124=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 139 - color contains mainly: green. Hex color #6C8B7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8B7C is #937483. Grayscale: #808080. Windows color (decimal): -9663620 or 8162156. OLE color: 8162156.
HSL color Cylindrical-coordinate representation of color #6C8B7C: hue angle of 150.97º 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 #6C8B7C is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 139 | 124 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.45 |
| HSL | 150.97º | 0.13% | 0.48% | - |
| HSV(B) | 150.97º | 0.22% | 0.55% | - |
| XYZ | 19.06 | 23.11 | 22.52 | - |
| YUV | 128.02 | 125.73 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 139 | 124 | 0.22 | 0 | 0.11 | 0.45 | 150.97 | 0.13 | 0.48 |
| Hex | 6C | 8B | 7C | 16 | 0 | B | 2D | 97 | D | 30 |
| Octal | 154 | 213 | 174 | 26 | 0 | 13 | 55 | 227 | 15 | 60 |
| Binary | 1101100 | 10001011 | 1111100 | 10110 | 0 | 1011 | 101101 | 10010111 | 1101 | 110000 |
Color Harmonies of #6C8B7C
Complementary color
Monochromatic Colors of #6C8B7C
Black with #6C8B7C
Text Example
Text Example
White with #6C8B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8B7C; }
p { color: rgb(108,139,124); }
H1.HeaderClassName
{
color: #6C8B7C;
}
.AnyTagClassName
{
color: #6C8B7C;
}
</style>
background-color css
<style>
a { background-color: #6C8B7C; }
a { background-color: rgb(108,139,124); }
div.DivClassName
{
background-color: #6C8B7C;
}
.BgClassName
{
background-color: #6C8B7C;
}
</style>
border-color css
<style>
span { border-color: #6C8B7C; }
span { border-color: rgb(108,139,124); }
td.TdClassName
{
border-color: #6C8B7C;
}
.TagClassName
{
border-color: #6C8B7C;
}
</style>