Shades of Patina #67A183
Tints of Patina #67A183
RGB
CMYK
RGB Variations
Color information
#67A183 (or 0x67A183) is known color: Patina. HEX triplet: 67, A1 and 83. RGB value is (103,161,131). Sum of RGB (Red+Green+Blue) = 103+161+131=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 161 - color contains mainly: green. Hex color #67A183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A183 is #985E7C. Grayscale: #8C8C8C. Windows color (decimal): -9985661 or 8626535. OLE color: 8626535.
HSL color Cylindrical-coordinate representation of color #67A183: hue angle of 148.97º degrees, saturation: 0.24, 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 #67A183 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 103 | 161 | 131 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.37 |
| HSL | 148.97º | 0.24% | 0.52% | - |
| HSV(B) | 148.97º | 0.36% | 0.63% | - |
| XYZ | 22.44 | 30.01 | 26.08 | - |
| YUV | 140.24 | 122.78 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 161 | 131 | 0.36 | 0 | 0.19 | 0.37 | 148.97 | 0.24 | 0.52 |
| Hex | 67 | A1 | 83 | 24 | 0 | 13 | 25 | 95 | 18 | 34 |
| Octal | 147 | 241 | 203 | 44 | 0 | 23 | 45 | 225 | 30 | 64 |
| Binary | 1100111 | 10100001 | 10000011 | 100100 | 0 | 10011 | 100101 | 10010101 | 11000 | 110100 |
Color Harmonies of #67A183
Complementary color
Monochromatic Colors of #67A183
Black with #67A183
Text Example
Text Example
White with #67A183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A183; }
p { color: rgb(103,161,131); }
H1.HeaderClassName
{
color: #67A183;
}
.AnyTagClassName
{
color: #67A183;
}
</style>
background-color css
<style>
a { background-color: #67A183; }
a { background-color: rgb(103,161,131); }
div.DivClassName
{
background-color: #67A183;
}
.BgClassName
{
background-color: #67A183;
}
</style>
border-color css
<style>
span { border-color: #67A183; }
span { border-color: rgb(103,161,131); }
td.TdClassName
{
border-color: #67A183;
}
.TagClassName
{
border-color: #67A183;
}
</style>