Shades of Patina #619D7D
Tints of Patina #619D7D
RGB
CMYK
RGB Variations
Color information
#619D7D (or 0x619D7D) is known color: Patina. HEX triplet: 61, 9D and 7D. RGB value is (97,157,125). Sum of RGB (Red+Green+Blue) = 97+157+125=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 157 - color contains mainly: green. Hex color #619D7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619D7D is #9E6282. Grayscale: #878787. Windows color (decimal): -10379907 or 8232289. OLE color: 8232289.
HSL color Cylindrical-coordinate representation of color #619D7D: hue angle of 148º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #619D7D is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 157 | 125 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.38 |
| HSL | 148º | 0.24% | 0.5% | - |
| HSV(B) | 148º | 0.38% | 0.62% | - |
| XYZ | 20.69 | 28.14 | 23.74 | - |
| YUV | 135.41 | 122.12 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 157 | 125 | 0.38 | 0 | 0.20 | 0.38 | 148 | 0.24 | 0.5 |
| Hex | 61 | 9D | 7D | 26 | 0 | 14 | 26 | 94 | 18 | 32 |
| Octal | 141 | 235 | 175 | 46 | 0 | 24 | 46 | 224 | 30 | 62 |
| Binary | 1100001 | 10011101 | 1111101 | 100110 | 0 | 10100 | 100110 | 10010100 | 11000 | 110010 |
Color Harmonies of #619D7D
Complementary color
Monochromatic Colors of #619D7D
Black with #619D7D
Text Example
Text Example
White with #619D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619D7D; }
p { color: rgb(97,157,125); }
H1.HeaderClassName
{
color: #619D7D;
}
.AnyTagClassName
{
color: #619D7D;
}
</style>
background-color css
<style>
a { background-color: #619D7D; }
a { background-color: rgb(97,157,125); }
div.DivClassName
{
background-color: #619D7D;
}
.BgClassName
{
background-color: #619D7D;
}
</style>
border-color css
<style>
span { border-color: #619D7D; }
span { border-color: rgb(97,157,125); }
td.TdClassName
{
border-color: #619D7D;
}
.TagClassName
{
border-color: #619D7D;
}
</style>