Shades of Patina #648D7B
Tints of Patina #648D7B
RGB
CMYK
RGB Variations
Color information
#648D7B (or 0x648D7B) is known color: Patina. HEX triplet: 64, 8D and 7B. RGB value is (100,141,123). Sum of RGB (Red+Green+Blue) = 100+141+123=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 141 - color contains mainly: green. Hex color #648D7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648D7B is #9B7284. Grayscale: #7E7E7E. Windows color (decimal): -10187397 or 8097124. OLE color: 8097124.
HSL color Cylindrical-coordinate representation of color #648D7B: hue angle of 153.66º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #648D7B is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 141 | 123 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.45 |
| HSL | 153.66º | 0.17% | 0.47% | - |
| HSV(B) | 153.66º | 0.29% | 0.55% | - |
| XYZ | 18.36 | 23.19 | 22.25 | - |
| YUV | 126.69 | 125.92 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 141 | 123 | 0.29 | 0 | 0.13 | 0.45 | 153.66 | 0.17 | 0.47 |
| Hex | 64 | 8D | 7B | 1D | 0 | D | 2D | 9A | 11 | 2F |
| Octal | 144 | 215 | 173 | 35 | 0 | 15 | 55 | 232 | 21 | 57 |
| Binary | 1100100 | 10001101 | 1111011 | 11101 | 0 | 1101 | 101101 | 10011010 | 10001 | 101111 |
Color Harmonies of #648D7B
Complementary color
Monochromatic Colors of #648D7B
Black with #648D7B
Text Example
Text Example
White with #648D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648D7B; }
p { color: rgb(100,141,123); }
H1.HeaderClassName
{
color: #648D7B;
}
.AnyTagClassName
{
color: #648D7B;
}
</style>
background-color css
<style>
a { background-color: #648D7B; }
a { background-color: rgb(100,141,123); }
div.DivClassName
{
background-color: #648D7B;
}
.BgClassName
{
background-color: #648D7B;
}
</style>
border-color css
<style>
span { border-color: #648D7B; }
span { border-color: rgb(100,141,123); }
td.TdClassName
{
border-color: #648D7B;
}
.TagClassName
{
border-color: #648D7B;
}
</style>