Shades of Patina #60A384
Tints of Patina #60A384
RGB
CMYK
RGB Variations
Color information
#60A384 (or 0x60A384) is known color: Patina. HEX triplet: 60, A3 and 84. RGB value is (96,163,132). Sum of RGB (Red+Green+Blue) = 96+163+132=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 163 - color contains mainly: green. Hex color #60A384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A384 is #9F5C7B. Grayscale: #8B8B8B. Windows color (decimal): -10443900 or 8692576. OLE color: 8692576.
HSL color Cylindrical-coordinate representation of color #60A384: hue angle of 152.24º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #60A384 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 163 | 132 | - |
| CMYK | 0.41 | 0 | 0.19 | 0.36 |
| HSL | 152.24º | 0.27% | 0.51% | - |
| HSV(B) | 152.24º | 0.41% | 0.64% | - |
| XYZ | 22.09 | 30.35 | 26.52 | - |
| YUV | 139.43 | 123.8 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 163 | 132 | 0.41 | 0 | 0.19 | 0.36 | 152.24 | 0.27 | 0.51 |
| Hex | 60 | A3 | 84 | 29 | 0 | 13 | 24 | 98 | 1B | 33 |
| Octal | 140 | 243 | 204 | 51 | 0 | 23 | 44 | 230 | 33 | 63 |
| Binary | 1100000 | 10100011 | 10000100 | 101001 | 0 | 10011 | 100100 | 10011000 | 11011 | 110011 |
Color Harmonies of #60A384
Complementary color
Monochromatic Colors of #60A384
Black with #60A384
Text Example
Text Example
White with #60A384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A384; }
p { color: rgb(96,163,132); }
H1.HeaderClassName
{
color: #60A384;
}
.AnyTagClassName
{
color: #60A384;
}
</style>
background-color css
<style>
a { background-color: #60A384; }
a { background-color: rgb(96,163,132); }
div.DivClassName
{
background-color: #60A384;
}
.BgClassName
{
background-color: #60A384;
}
</style>
border-color css
<style>
span { border-color: #60A384; }
span { border-color: rgb(96,163,132); }
td.TdClassName
{
border-color: #60A384;
}
.TagClassName
{
border-color: #60A384;
}
</style>