Shades of Keppel #60A79A
Tints of Keppel #60A79A
RGB
CMYK
RGB Variations
Color information
#60A79A (or 0x60A79A) is known color: Keppel. HEX triplet: 60, A7 and 9A. RGB value is (96,167,154). Sum of RGB (Red+Green+Blue) = 96+167+154=417 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.02% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 167 - color contains mainly: green. Hex color #60A79A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A79A is #9F5865. Grayscale: #909090. Windows color (decimal): -10442854 or 10135392. OLE color: 10135392.
HSL color Cylindrical-coordinate representation of color #60A79A: hue angle of 169.01º 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 #60A79A is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 167 | 154 | - |
| CMYK | 0.43 | 0 | 0.08 | 0.35 |
| HSL | 169.01º | 0.29% | 0.52% | - |
| HSV(B) | 169.01º | 0.43% | 0.65% | - |
| XYZ | 24.48 | 32.46 | 35.55 | - |
| YUV | 144.29 | 133.48 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 167 | 154 | 0.43 | 0 | 0.08 | 0.35 | 169.01 | 0.29 | 0.52 |
| Hex | 60 | A7 | 9A | 2B | 0 | 8 | 23 | A9 | 1D | 34 |
| Octal | 140 | 247 | 232 | 53 | 0 | 10 | 43 | 251 | 35 | 64 |
| Binary | 1100000 | 10100111 | 10011010 | 101011 | 0 | 1000 | 100011 | 10101001 | 11101 | 110100 |
Color Harmonies of #60A79A
Complementary color
Monochromatic Colors of #60A79A
Black with #60A79A
Text Example
Text Example
White with #60A79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A79A; }
p { color: rgb(96,167,154); }
H1.HeaderClassName
{
color: #60A79A;
}
.AnyTagClassName
{
color: #60A79A;
}
</style>
background-color css
<style>
a { background-color: #60A79A; }
a { background-color: rgb(96,167,154); }
div.DivClassName
{
background-color: #60A79A;
}
.BgClassName
{
background-color: #60A79A;
}
</style>
border-color css
<style>
span { border-color: #60A79A; }
span { border-color: rgb(96,167,154); }
td.TdClassName
{
border-color: #60A79A;
}
.TagClassName
{
border-color: #60A79A;
}
</style>