Shades of Patina #67897D
Tints of Patina #67897D
RGB
CMYK
RGB Variations
Color information
#67897D (or 0x67897D) is known color: Patina. HEX triplet: 67, 89 and 7D. RGB value is (103,137,125). Sum of RGB (Red+Green+Blue) = 103+137+125=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 137 - color contains mainly: green. Hex color #67897D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67897D is #987682. Grayscale: #7D7D7D. Windows color (decimal): -9991811 or 8227175. OLE color: 8227175.
HSL color Cylindrical-coordinate representation of color #67897D: hue angle of 158.82º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #67897D is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 137 | 125 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.46 |
| HSL | 158.82º | 0.14% | 0.47% | - |
| HSV(B) | 158.82º | 0.25% | 0.54% | - |
| XYZ | 18.24 | 22.26 | 22.74 | - |
| YUV | 125.47 | 127.74 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 137 | 125 | 0.25 | 0 | 0.09 | 0.46 | 158.82 | 0.14 | 0.47 |
| Hex | 67 | 89 | 7D | 19 | 0 | 9 | 2E | 9F | E | 2F |
| Octal | 147 | 211 | 175 | 31 | 0 | 11 | 56 | 237 | 16 | 57 |
| Binary | 1100111 | 10001001 | 1111101 | 11001 | 0 | 1001 | 101110 | 10011111 | 1110 | 101111 |
Color Harmonies of #67897D
Complementary color
Monochromatic Colors of #67897D
Black with #67897D
Text Example
Text Example
White with #67897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67897D; }
p { color: rgb(103,137,125); }
H1.HeaderClassName
{
color: #67897D;
}
.AnyTagClassName
{
color: #67897D;
}
</style>
background-color css
<style>
a { background-color: #67897D; }
a { background-color: rgb(103,137,125); }
div.DivClassName
{
background-color: #67897D;
}
.BgClassName
{
background-color: #67897D;
}
</style>
border-color css
<style>
span { border-color: #67897D; }
span { border-color: rgb(103,137,125); }
td.TdClassName
{
border-color: #67897D;
}
.TagClassName
{
border-color: #67897D;
}
</style>