Shades of Keppel #60A795
Tints of Keppel #60A795
RGB
CMYK
RGB Variations
Color information
#60A795 (or 0x60A795) is known color: Keppel. HEX triplet: 60, A7 and 95. RGB value is (96,167,149). Sum of RGB (Red+Green+Blue) = 96+167+149=412 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.30% from 412); Green value is 167 (65.62% from 255 or 40.53% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 167 - color contains mainly: green. Hex color #60A795 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A795 is #9F586A. Grayscale: #8F8F8F. Windows color (decimal): -10442859 or 9807712. OLE color: 9807712.
HSL color Cylindrical-coordinate representation of color #60A795: hue angle of 164.79º 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 #60A795 is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 167 | 149 | - |
| CMYK | 0.43 | 0 | 0.11 | 0.35 |
| HSL | 164.79º | 0.29% | 0.52% | - |
| HSV(B) | 164.79º | 0.43% | 0.65% | - |
| XYZ | 24.07 | 32.29 | 33.4 | - |
| YUV | 143.72 | 130.98 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 167 | 149 | 0.43 | 0 | 0.11 | 0.35 | 164.79 | 0.29 | 0.52 |
| Hex | 60 | A7 | 95 | 2B | 0 | B | 23 | A5 | 1D | 34 |
| Octal | 140 | 247 | 225 | 53 | 0 | 13 | 43 | 245 | 35 | 64 |
| Binary | 1100000 | 10100111 | 10010101 | 101011 | 0 | 1011 | 100011 | 10100101 | 11101 | 110100 |
Color Harmonies of #60A795
Complementary color
Monochromatic Colors of #60A795
Black with #60A795
Text Example
Text Example
White with #60A795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A795; }
p { color: rgb(96,167,149); }
H1.HeaderClassName
{
color: #60A795;
}
.AnyTagClassName
{
color: #60A795;
}
</style>
background-color css
<style>
a { background-color: #60A795; }
a { background-color: rgb(96,167,149); }
div.DivClassName
{
background-color: #60A795;
}
.BgClassName
{
background-color: #60A795;
}
</style>
border-color css
<style>
span { border-color: #60A795; }
span { border-color: rgb(96,167,149); }
td.TdClassName
{
border-color: #60A795;
}
.TagClassName
{
border-color: #60A795;
}
</style>