Shades of Patina #6D8B7D
Tints of Patina #6D8B7D
RGB
CMYK
RGB Variations
Color information
#6D8B7D (or 0x6D8B7D) is known color: Patina. HEX triplet: 6D, 8B and 7D. RGB value is (109,139,125). Sum of RGB (Red+Green+Blue) = 109+139+125=373 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.22% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 139 - color contains mainly: green. Hex color #6D8B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8B7D is #927482. Grayscale: #808080. Windows color (decimal): -9598083 or 8227693. OLE color: 8227693.
HSL color Cylindrical-coordinate representation of color #6D8B7D: hue angle of 152º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6D8B7D is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 139 | 125 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.45 |
| HSL | 152º | 0.12% | 0.49% | - |
| HSV(B) | 152º | 0.22% | 0.55% | - |
| XYZ | 19.24 | 23.2 | 22.87 | - |
| YUV | 128.43 | 126.06 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 139 | 125 | 0.22 | 0 | 0.10 | 0.45 | 152 | 0.12 | 0.49 |
| Hex | 6D | 8B | 7D | 16 | 0 | A | 2D | 98 | C | 31 |
| Octal | 155 | 213 | 175 | 26 | 0 | 12 | 55 | 230 | 14 | 61 |
| Binary | 1101101 | 10001011 | 1111101 | 10110 | 0 | 1010 | 101101 | 10011000 | 1100 | 110001 |
Color Harmonies of #6D8B7D
Complementary color
Monochromatic Colors of #6D8B7D
Black with #6D8B7D
Text Example
Text Example
White with #6D8B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8B7D; }
p { color: rgb(109,139,125); }
H1.HeaderClassName
{
color: #6D8B7D;
}
.AnyTagClassName
{
color: #6D8B7D;
}
</style>
background-color css
<style>
a { background-color: #6D8B7D; }
a { background-color: rgb(109,139,125); }
div.DivClassName
{
background-color: #6D8B7D;
}
.BgClassName
{
background-color: #6D8B7D;
}
</style>
border-color css
<style>
span { border-color: #6D8B7D; }
span { border-color: rgb(109,139,125); }
td.TdClassName
{
border-color: #6D8B7D;
}
.TagClassName
{
border-color: #6D8B7D;
}
</style>