Shades of Keppel #60A595
Tints of Keppel #60A595
RGB
CMYK
RGB Variations
Color information
#60A595 (or 0x60A595) is known color: Keppel. HEX triplet: 60, A5 and 95. RGB value is (96,165,149). Sum of RGB (Red+Green+Blue) = 96+165+149=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 165 - color contains mainly: green. Hex color #60A595 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A595 is #9F5A6A. Grayscale: #8E8E8E. Windows color (decimal): -10443371 or 9807200. OLE color: 9807200.
HSL color Cylindrical-coordinate representation of color #60A595: hue angle of 166.09º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60A595 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 165 | 149 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.35 |
| HSL | 166.09º | 0.28% | 0.51% | - |
| HSV(B) | 166.09º | 0.42% | 0.65% | - |
| XYZ | 23.7 | 31.57 | 33.28 | - |
| YUV | 142.55 | 131.64 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 165 | 149 | 0.42 | 0 | 0.10 | 0.35 | 166.09 | 0.28 | 0.51 |
| Hex | 60 | A5 | 95 | 2A | 0 | A | 23 | A6 | 1C | 33 |
| Octal | 140 | 245 | 225 | 52 | 0 | 12 | 43 | 246 | 34 | 63 |
| Binary | 1100000 | 10100101 | 10010101 | 101010 | 0 | 1010 | 100011 | 10100110 | 11100 | 110011 |
Color Harmonies of #60A595
Complementary color
Monochromatic Colors of #60A595
Black with #60A595
Text Example
Text Example
White with #60A595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A595; }
p { color: rgb(96,165,149); }
H1.HeaderClassName
{
color: #60A595;
}
.AnyTagClassName
{
color: #60A595;
}
</style>
background-color css
<style>
a { background-color: #60A595; }
a { background-color: rgb(96,165,149); }
div.DivClassName
{
background-color: #60A595;
}
.BgClassName
{
background-color: #60A595;
}
</style>
border-color css
<style>
span { border-color: #60A595; }
span { border-color: rgb(96,165,149); }
td.TdClassName
{
border-color: #60A595;
}
.TagClassName
{
border-color: #60A595;
}
</style>