Shades of Patina #65947D
Tints of Patina #65947D
RGB
CMYK
RGB Variations
Color information
#65947D (or 0x65947D) is known color: Patina. HEX triplet: 65, 94 and 7D. RGB value is (101,148,125). Sum of RGB (Red+Green+Blue) = 101+148+125=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 148 - color contains mainly: green. Hex color #65947D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65947D is #9A6B82. Grayscale: #838383. Windows color (decimal): -10120067 or 8229989. OLE color: 8229989.
HSL color Cylindrical-coordinate representation of color #65947D: hue angle of 150.64º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #65947D is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 148 | 125 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.42 |
| HSL | 150.64º | 0.19% | 0.49% | - |
| HSV(B) | 150.64º | 0.32% | 0.58% | - |
| XYZ | 19.66 | 25.43 | 23.27 | - |
| YUV | 131.33 | 124.43 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 148 | 125 | 0.32 | 0 | 0.16 | 0.42 | 150.64 | 0.19 | 0.49 |
| Hex | 65 | 94 | 7D | 20 | 0 | 10 | 2A | 97 | 13 | 31 |
| Octal | 145 | 224 | 175 | 40 | 0 | 20 | 52 | 227 | 23 | 61 |
| Binary | 1100101 | 10010100 | 1111101 | 100000 | 0 | 10000 | 101010 | 10010111 | 10011 | 110001 |
Color Harmonies of #65947D
Complementary color
Monochromatic Colors of #65947D
Black with #65947D
Text Example
Text Example
White with #65947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65947D; }
p { color: rgb(101,148,125); }
H1.HeaderClassName
{
color: #65947D;
}
.AnyTagClassName
{
color: #65947D;
}
</style>
background-color css
<style>
a { background-color: #65947D; }
a { background-color: rgb(101,148,125); }
div.DivClassName
{
background-color: #65947D;
}
.BgClassName
{
background-color: #65947D;
}
</style>
border-color css
<style>
span { border-color: #65947D; }
span { border-color: rgb(101,148,125); }
td.TdClassName
{
border-color: #65947D;
}
.TagClassName
{
border-color: #65947D;
}
</style>