Shades of Patina #6B877B
Tints of Patina #6B877B
RGB
CMYK
RGB Variations
Color information
#6B877B (or 0x6B877B) is known color: Patina. HEX triplet: 6B, 87 and 7B. RGB value is (107,135,123). Sum of RGB (Red+Green+Blue) = 107+135+123=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 135 - color contains mainly: green. Hex color #6B877B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B877B is #947884. Grayscale: #7D7D7D. Windows color (decimal): -9730181 or 8095595. OLE color: 8095595.
HSL color Cylindrical-coordinate representation of color #6B877B: hue angle of 154.29º 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 #6B877B is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 135 | 123 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.47 |
| HSL | 154.29º | 0.12% | 0.47% | - |
| HSV(B) | 154.29º | 0.21% | 0.53% | - |
| XYZ | 18.3 | 21.88 | 22 | - |
| YUV | 125.26 | 126.72 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 135 | 123 | 0.21 | 0 | 0.09 | 0.47 | 154.29 | 0.12 | 0.47 |
| Hex | 6B | 87 | 7B | 15 | 0 | 9 | 2F | 9A | C | 2F |
| Octal | 153 | 207 | 173 | 25 | 0 | 11 | 57 | 232 | 14 | 57 |
| Binary | 1101011 | 10000111 | 1111011 | 10101 | 0 | 1001 | 101111 | 10011010 | 1100 | 101111 |
Color Harmonies of #6B877B
Complementary color
Monochromatic Colors of #6B877B
Black with #6B877B
Text Example
Text Example
White with #6B877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B877B; }
p { color: rgb(107,135,123); }
H1.HeaderClassName
{
color: #6B877B;
}
.AnyTagClassName
{
color: #6B877B;
}
</style>
background-color css
<style>
a { background-color: #6B877B; }
a { background-color: rgb(107,135,123); }
div.DivClassName
{
background-color: #6B877B;
}
.BgClassName
{
background-color: #6B877B;
}
</style>
border-color css
<style>
span { border-color: #6B877B; }
span { border-color: rgb(107,135,123); }
td.TdClassName
{
border-color: #6B877B;
}
.TagClassName
{
border-color: #6B877B;
}
</style>