Shades of Patina #67A082
Tints of Patina #67A082
RGB
CMYK
RGB Variations
Color information
#67A082 (or 0x67A082) is known color: Patina. HEX triplet: 67, A0 and 82. RGB value is (103,160,130). Sum of RGB (Red+Green+Blue) = 103+160+130=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 160 - color contains mainly: green. Hex color #67A082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A082 is #985F7D. Grayscale: #8B8B8B. Windows color (decimal): -9985918 or 8560743. OLE color: 8560743.
HSL color Cylindrical-coordinate representation of color #67A082: hue angle of 148.42º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #67A082 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 103 | 160 | 130 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.37 |
| HSL | 148.42º | 0.23% | 0.52% | - |
| HSV(B) | 148.42º | 0.36% | 0.63% | - |
| XYZ | 22.19 | 29.64 | 25.67 | - |
| YUV | 139.54 | 122.62 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 160 | 130 | 0.36 | 0 | 0.19 | 0.37 | 148.42 | 0.23 | 0.52 |
| Hex | 67 | A0 | 82 | 24 | 0 | 13 | 25 | 94 | 17 | 34 |
| Octal | 147 | 240 | 202 | 44 | 0 | 23 | 45 | 224 | 27 | 64 |
| Binary | 1100111 | 10100000 | 10000010 | 100100 | 0 | 10011 | 100101 | 10010100 | 10111 | 110100 |
Color Harmonies of #67A082
Complementary color
Monochromatic Colors of #67A082
Black with #67A082
Text Example
Text Example
White with #67A082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A082; }
p { color: rgb(103,160,130); }
H1.HeaderClassName
{
color: #67A082;
}
.AnyTagClassName
{
color: #67A082;
}
</style>
background-color css
<style>
a { background-color: #67A082; }
a { background-color: rgb(103,160,130); }
div.DivClassName
{
background-color: #67A082;
}
.BgClassName
{
background-color: #67A082;
}
</style>
border-color css
<style>
span { border-color: #67A082; }
span { border-color: rgb(103,160,130); }
td.TdClassName
{
border-color: #67A082;
}
.TagClassName
{
border-color: #67A082;
}
</style>