Shades of Keppel #60A78D
Tints of Keppel #60A78D
RGB
CMYK
RGB Variations
Color information
#60A78D (or 0x60A78D) is known color: Keppel. HEX triplet: 60, A7 and 8D. RGB value is (96,167,141). Sum of RGB (Red+Green+Blue) = 96+167+141=404 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.76% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 167 - color contains mainly: green. Hex color #60A78D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A78D is #9F5872. Grayscale: #8E8E8E. Windows color (decimal): -10442867 or 9283424. OLE color: 9283424.
HSL color Cylindrical-coordinate representation of color #60A78D: hue angle of 158.03º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #60A78D is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 167 | 141 | - |
| CMYK | 0.43 | 0 | 0.16 | 0.35 |
| HSL | 158.03º | 0.29% | 0.52% | - |
| HSV(B) | 158.03º | 0.43% | 0.65% | - |
| XYZ | 23.45 | 32.05 | 30.15 | - |
| YUV | 142.81 | 126.98 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 167 | 141 | 0.43 | 0 | 0.16 | 0.35 | 158.03 | 0.29 | 0.52 |
| Hex | 60 | A7 | 8D | 2B | 0 | 10 | 23 | 9E | 1D | 34 |
| Octal | 140 | 247 | 215 | 53 | 0 | 20 | 43 | 236 | 35 | 64 |
| Binary | 1100000 | 10100111 | 10001101 | 101011 | 0 | 10000 | 100011 | 10011110 | 11101 | 110100 |
Color Harmonies of #60A78D
Complementary color
Monochromatic Colors of #60A78D
Black with #60A78D
Text Example
Text Example
White with #60A78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A78D; }
p { color: rgb(96,167,141); }
H1.HeaderClassName
{
color: #60A78D;
}
.AnyTagClassName
{
color: #60A78D;
}
</style>
background-color css
<style>
a { background-color: #60A78D; }
a { background-color: rgb(96,167,141); }
div.DivClassName
{
background-color: #60A78D;
}
.BgClassName
{
background-color: #60A78D;
}
</style>
border-color css
<style>
span { border-color: #60A78D; }
span { border-color: rgb(96,167,141); }
td.TdClassName
{
border-color: #60A78D;
}
.TagClassName
{
border-color: #60A78D;
}
</style>