Shades of Patina #60A381
Tints of Patina #60A381
RGB
CMYK
RGB Variations
Color information
#60A381 (or 0x60A381) is known color: Patina. HEX triplet: 60, A3 and 81. RGB value is (96,163,129). Sum of RGB (Red+Green+Blue) = 96+163+129=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 163 - color contains mainly: green. Hex color #60A381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A381 is #9F5C7E. Grayscale: #8B8B8B. Windows color (decimal): -10443903 or 8495968. OLE color: 8495968.
HSL color Cylindrical-coordinate representation of color #60A381: hue angle of 149.55º 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 #60A381 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 163 | 129 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.36 |
| HSL | 149.55º | 0.27% | 0.51% | - |
| HSV(B) | 149.55º | 0.41% | 0.64% | - |
| XYZ | 21.88 | 30.27 | 25.46 | - |
| YUV | 139.09 | 122.3 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 163 | 129 | 0.41 | 0 | 0.21 | 0.36 | 149.55 | 0.27 | 0.51 |
| Hex | 60 | A3 | 81 | 29 | 0 | 15 | 24 | 96 | 1B | 33 |
| Octal | 140 | 243 | 201 | 51 | 0 | 25 | 44 | 226 | 33 | 63 |
| Binary | 1100000 | 10100011 | 10000001 | 101001 | 0 | 10101 | 100100 | 10010110 | 11011 | 110011 |
Color Harmonies of #60A381
Complementary color
Monochromatic Colors of #60A381
Black with #60A381
Text Example
Text Example
White with #60A381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A381; }
p { color: rgb(96,163,129); }
H1.HeaderClassName
{
color: #60A381;
}
.AnyTagClassName
{
color: #60A381;
}
</style>
background-color css
<style>
a { background-color: #60A381; }
a { background-color: rgb(96,163,129); }
div.DivClassName
{
background-color: #60A381;
}
.BgClassName
{
background-color: #60A381;
}
</style>
border-color css
<style>
span { border-color: #60A381; }
span { border-color: rgb(96,163,129); }
td.TdClassName
{
border-color: #60A381;
}
.TagClassName
{
border-color: #60A381;
}
</style>