Shades of Christi #64A90A
Tints of Christi #64A90A
RGB
CMYK
RGB Variations
Color information
#64A90A (or 0x64A90A) is known color: Christi. HEX triplet: 64, A9 and 0A. RGB value is (100,169,10). Sum of RGB (Red+Green+Blue) = 100+169+10=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 169 (66.41% from 255 or 60.57% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 169 - color contains mainly: green. Hex color #64A90A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64A90A is #9B56F5. Grayscale: #828282. Windows color (decimal): -10180342 or 698724. OLE color: 698724.
HSL color Cylindrical-coordinate representation of color #64A90A: hue angle of 86.04º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64A90A is Cyan = 0.41, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 100 | 169 | 10 | - |
| CMYK | 0.41 | 0 | 0.94 | 0.34 |
| HSL | 86.04º | 0.89% | 0.35% | - |
| HSV(B) | 86.04º | 0.94% | 0.66% | - |
| XYZ | 19.5 | 31.11 | 5.26 | - |
| YUV | 130.24 | 60.14 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 169 | 10 | 0.41 | 0 | 0.94 | 0.34 | 86.04 | 0.89 | 0.35 |
| Hex | 64 | A9 | A | 29 | 0 | 5E | 22 | 56 | 59 | 23 |
| Octal | 144 | 251 | 12 | 51 | 0 | 136 | 42 | 126 | 131 | 43 |
| Binary | 1100100 | 10101001 | 1010 | 101001 | 0 | 1011110 | 100010 | 1010110 | 1011001 | 100011 |
Color Harmonies of #64A90A
Complementary color
Monochromatic Colors of #64A90A
Black with #64A90A
Text Example
Text Example
White with #64A90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A90A; }
p { color: rgb(100,169,10); }
H1.HeaderClassName
{
color: #64A90A;
}
.AnyTagClassName
{
color: #64A90A;
}
</style>
background-color css
<style>
a { background-color: #64A90A; }
a { background-color: rgb(100,169,10); }
div.DivClassName
{
background-color: #64A90A;
}
.BgClassName
{
background-color: #64A90A;
}
</style>
border-color css
<style>
span { border-color: #64A90A; }
span { border-color: rgb(100,169,10); }
td.TdClassName
{
border-color: #64A90A;
}
.TagClassName
{
border-color: #64A90A;
}
</style>