Shades of Christi #64A619
Tints of Christi #64A619
RGB
CMYK
RGB Variations
Color information
#64A619 (or 0x64A619) is known color: Christi. HEX triplet: 64, A6 and 19. RGB value is (100,166,25). Sum of RGB (Red+Green+Blue) = 100+166+25=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 166 (65.23% from 255 or 57.04% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 166 - color contains mainly: green. Hex color #64A619 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64A619 is #9B59E6. Grayscale: #828282. Windows color (decimal): -10181095 or 1680996. OLE color: 1680996.
HSL color Cylindrical-coordinate representation of color #64A619: hue angle of 88.09º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64A619 is Cyan = 0.40, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 100 | 166 | 25 | - |
| CMYK | 0.40 | 0 | 0.85 | 0.35 |
| HSL | 88.09º | 0.74% | 0.37% | - |
| HSV(B) | 88.09º | 0.85% | 0.65% | - |
| XYZ | 19.07 | 30.05 | 5.72 | - |
| YUV | 130.19 | 68.63 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 166 | 25 | 0.40 | 0 | 0.85 | 0.35 | 88.09 | 0.74 | 0.37 |
| Hex | 64 | A6 | 19 | 28 | 0 | 55 | 23 | 58 | 4A | 25 |
| Octal | 144 | 246 | 31 | 50 | 0 | 125 | 43 | 130 | 112 | 45 |
| Binary | 1100100 | 10100110 | 11001 | 101000 | 0 | 1010101 | 100011 | 1011000 | 1001010 | 100101 |
Color Harmonies of #64A619
Complementary color
Monochromatic Colors of #64A619
Black with #64A619
Text Example
Text Example
White with #64A619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A619; }
p { color: rgb(100,166,25); }
H1.HeaderClassName
{
color: #64A619;
}
.AnyTagClassName
{
color: #64A619;
}
</style>
background-color css
<style>
a { background-color: #64A619; }
a { background-color: rgb(100,166,25); }
div.DivClassName
{
background-color: #64A619;
}
.BgClassName
{
background-color: #64A619;
}
</style>
border-color css
<style>
span { border-color: #64A619; }
span { border-color: rgb(100,166,25); }
td.TdClassName
{
border-color: #64A619;
}
.TagClassName
{
border-color: #64A619;
}
</style>