Shades of Patina #6B8B7C
Tints of Patina #6B8B7C
RGB
CMYK
RGB Variations
Color information
#6B8B7C (or 0x6B8B7C) is known color: Patina. HEX triplet: 6B, 8B and 7C. RGB value is (107,139,124). Sum of RGB (Red+Green+Blue) = 107+139+124=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 139 - color contains mainly: green. Hex color #6B8B7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8B7C is #947483. Grayscale: #7F7F7F. Windows color (decimal): -9729156 or 8162155. OLE color: 8162155.
HSL color Cylindrical-coordinate representation of color #6B8B7C: hue angle of 151.88º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6B8B7C is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 139 | 124 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.45 |
| HSL | 151.88º | 0.13% | 0.48% | - |
| HSV(B) | 151.88º | 0.23% | 0.55% | - |
| XYZ | 18.93 | 23.05 | 22.52 | - |
| YUV | 127.72 | 125.9 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 139 | 124 | 0.23 | 0 | 0.11 | 0.45 | 151.88 | 0.13 | 0.48 |
| Hex | 6B | 8B | 7C | 17 | 0 | B | 2D | 98 | D | 30 |
| Octal | 153 | 213 | 174 | 27 | 0 | 13 | 55 | 230 | 15 | 60 |
| Binary | 1101011 | 10001011 | 1111100 | 10111 | 0 | 1011 | 101101 | 10011000 | 1101 | 110000 |
Color Harmonies of #6B8B7C
Complementary color
Monochromatic Colors of #6B8B7C
Black with #6B8B7C
Text Example
Text Example
White with #6B8B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8B7C; }
p { color: rgb(107,139,124); }
H1.HeaderClassName
{
color: #6B8B7C;
}
.AnyTagClassName
{
color: #6B8B7C;
}
</style>
background-color css
<style>
a { background-color: #6B8B7C; }
a { background-color: rgb(107,139,124); }
div.DivClassName
{
background-color: #6B8B7C;
}
.BgClassName
{
background-color: #6B8B7C;
}
</style>
border-color css
<style>
span { border-color: #6B8B7C; }
span { border-color: rgb(107,139,124); }
td.TdClassName
{
border-color: #6B8B7C;
}
.TagClassName
{
border-color: #6B8B7C;
}
</style>