Shades of Patina #6B877D
Tints of Patina #6B877D
RGB
CMYK
RGB Variations
Color information
#6B877D (or 0x6B877D) is known color: Patina. HEX triplet: 6B, 87 and 7D. RGB value is (107,135,125). Sum of RGB (Red+Green+Blue) = 107+135+125=367 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.16% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 135 - color contains mainly: green. Hex color #6B877D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B877D is #947882. Grayscale: #7D7D7D. Windows color (decimal): -9730179 or 8226667. OLE color: 8226667.
HSL color Cylindrical-coordinate representation of color #6B877D: hue angle of 158.57º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B877D is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 135 | 125 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.47 |
| HSL | 158.57º | 0.12% | 0.47% | - |
| HSV(B) | 158.57º | 0.21% | 0.53% | - |
| XYZ | 18.43 | 21.93 | 22.66 | - |
| YUV | 125.49 | 127.72 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 135 | 125 | 0.21 | 0 | 0.07 | 0.47 | 158.57 | 0.12 | 0.47 |
| Hex | 6B | 87 | 7D | 15 | 0 | 7 | 2F | 9F | C | 2F |
| Octal | 153 | 207 | 175 | 25 | 0 | 7 | 57 | 237 | 14 | 57 |
| Binary | 1101011 | 10000111 | 1111101 | 10101 | 0 | 111 | 101111 | 10011111 | 1100 | 101111 |
Color Harmonies of #6B877D
Complementary color
Monochromatic Colors of #6B877D
Black with #6B877D
Text Example
Text Example
White with #6B877D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B877D; }
p { color: rgb(107,135,125); }
H1.HeaderClassName
{
color: #6B877D;
}
.AnyTagClassName
{
color: #6B877D;
}
</style>
background-color css
<style>
a { background-color: #6B877D; }
a { background-color: rgb(107,135,125); }
div.DivClassName
{
background-color: #6B877D;
}
.BgClassName
{
background-color: #6B877D;
}
</style>
border-color css
<style>
span { border-color: #6B877D; }
span { border-color: rgb(107,135,125); }
td.TdClassName
{
border-color: #6B877D;
}
.TagClassName
{
border-color: #6B877D;
}
</style>