Shades of Emerald #64C67A
Tints of Emerald #64C67A
RGB
CMYK
RGB Variations
Color information
#64C67A (or 0x64C67A) is known color: Emerald. HEX triplet: 64, C6 and 7A. RGB value is (100,198,122). Sum of RGB (Red+Green+Blue) = 100+198+122=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 198 - color contains mainly: green. Hex color #64C67A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C67A is #9B3985. Grayscale: #A0A0A0. Windows color (decimal): -10172806 or 8046180. OLE color: 8046180.
HSL color Cylindrical-coordinate representation of color #64C67A: hue angle of 133.47º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C67A is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 198 | 122 | - |
| CMYK | 0.49 | 0 | 0.38 | 0.22 |
| HSL | 133.47º | 0.46% | 0.58% | - |
| HSV(B) | 133.47º | 0.49% | 0.78% | - |
| XYZ | 28.96 | 44.5 | 25.48 | - |
| YUV | 160.03 | 106.53 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 198 | 122 | 0.49 | 0 | 0.38 | 0.22 | 133.47 | 0.46 | 0.58 |
| Hex | 64 | C6 | 7A | 31 | 0 | 26 | 16 | 85 | 2E | 3A |
| Octal | 144 | 306 | 172 | 61 | 0 | 46 | 26 | 205 | 56 | 72 |
| Binary | 1100100 | 11000110 | 1111010 | 110001 | 0 | 100110 | 10110 | 10000101 | 101110 | 111010 |
Color Harmonies of #64C67A
Complementary color
Monochromatic Colors of #64C67A
Black with #64C67A
Text Example
Text Example
White with #64C67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C67A; }
p { color: rgb(100,198,122); }
H1.HeaderClassName
{
color: #64C67A;
}
.AnyTagClassName
{
color: #64C67A;
}
</style>
background-color css
<style>
a { background-color: #64C67A; }
a { background-color: rgb(100,198,122); }
div.DivClassName
{
background-color: #64C67A;
}
.BgClassName
{
background-color: #64C67A;
}
</style>
border-color css
<style>
span { border-color: #64C67A; }
span { border-color: rgb(100,198,122); }
td.TdClassName
{
border-color: #64C67A;
}
.TagClassName
{
border-color: #64C67A;
}
</style>