Shades of Patina #6C8E7C
Tints of Patina #6C8E7C
RGB
CMYK
RGB Variations
Color information
#6C8E7C (or 0x6C8E7C) is known color: Patina. HEX triplet: 6C, 8E and 7C. RGB value is (108,142,124). Sum of RGB (Red+Green+Blue) = 108+142+124=374 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.88% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 142 - color contains mainly: green. Hex color #6C8E7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8E7C is #937183. Grayscale: #818181. Windows color (decimal): -9662852 or 8162924. OLE color: 8162924.
HSL color Cylindrical-coordinate representation of color #6C8E7C: hue angle of 148.24º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6C8E7C is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 142 | 124 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.44 |
| HSL | 148.24º | 0.14% | 0.49% | - |
| HSV(B) | 148.24º | 0.24% | 0.56% | - |
| XYZ | 19.5 | 23.99 | 22.67 | - |
| YUV | 129.78 | 124.74 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 142 | 124 | 0.24 | 0 | 0.13 | 0.44 | 148.24 | 0.14 | 0.49 |
| Hex | 6C | 8E | 7C | 18 | 0 | D | 2C | 94 | E | 31 |
| Octal | 154 | 216 | 174 | 30 | 0 | 15 | 54 | 224 | 16 | 61 |
| Binary | 1101100 | 10001110 | 1111100 | 11000 | 0 | 1101 | 101100 | 10010100 | 1110 | 110001 |
Color Harmonies of #6C8E7C
Complementary color
Monochromatic Colors of #6C8E7C
Black with #6C8E7C
Text Example
Text Example
White with #6C8E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8E7C; }
p { color: rgb(108,142,124); }
H1.HeaderClassName
{
color: #6C8E7C;
}
.AnyTagClassName
{
color: #6C8E7C;
}
</style>
background-color css
<style>
a { background-color: #6C8E7C; }
a { background-color: rgb(108,142,124); }
div.DivClassName
{
background-color: #6C8E7C;
}
.BgClassName
{
background-color: #6C8E7C;
}
</style>
border-color css
<style>
span { border-color: #6C8E7C; }
span { border-color: rgb(108,142,124); }
td.TdClassName
{
border-color: #6C8E7C;
}
.TagClassName
{
border-color: #6C8E7C;
}
</style>