Shades of Keppel #64B79A
Tints of Keppel #64B79A
RGB
CMYK
RGB Variations
Color information
#64B79A (or 0x64B79A) is known color: Keppel. HEX triplet: 64, B7 and 9A. RGB value is (100,183,154). Sum of RGB (Red+Green+Blue) = 100+183+154=437 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.88% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 183 - color contains mainly: green. Hex color #64B79A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64B79A is #9B4865. Grayscale: #9A9A9A. Windows color (decimal): -10176614 or 10139492. OLE color: 10139492.
HSL color Cylindrical-coordinate representation of color #64B79A: hue angle of 159.04º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #64B79A is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 183 | 154 | - |
| CMYK | 0.45 | 0 | 0.16 | 0.28 |
| HSL | 159.04º | 0.37% | 0.55% | - |
| HSV(B) | 159.04º | 0.45% | 0.72% | - |
| XYZ | 28.02 | 38.91 | 36.61 | - |
| YUV | 154.88 | 127.5 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 183 | 154 | 0.45 | 0 | 0.16 | 0.28 | 159.04 | 0.37 | 0.55 |
| Hex | 64 | B7 | 9A | 2D | 0 | 10 | 1C | 9F | 25 | 37 |
| Octal | 144 | 267 | 232 | 55 | 0 | 20 | 34 | 237 | 45 | 67 |
| Binary | 1100100 | 10110111 | 10011010 | 101101 | 0 | 10000 | 11100 | 10011111 | 100101 | 110111 |
Color Harmonies of #64B79A
Complementary color
Monochromatic Colors of #64B79A
Black with #64B79A
Text Example
Text Example
White with #64B79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B79A; }
p { color: rgb(100,183,154); }
H1.HeaderClassName
{
color: #64B79A;
}
.AnyTagClassName
{
color: #64B79A;
}
</style>
background-color css
<style>
a { background-color: #64B79A; }
a { background-color: rgb(100,183,154); }
div.DivClassName
{
background-color: #64B79A;
}
.BgClassName
{
background-color: #64B79A;
}
</style>
border-color css
<style>
span { border-color: #64B79A; }
span { border-color: rgb(100,183,154); }
td.TdClassName
{
border-color: #64B79A;
}
.TagClassName
{
border-color: #64B79A;
}
</style>