Shades of Christi #64A017
Tints of Christi #64A017
RGB
CMYK
RGB Variations
Color information
#64A017 (or 0x64A017) is known color: Christi. HEX triplet: 64, A0 and 17. RGB value is (100,160,23). Sum of RGB (Red+Green+Blue) = 100+160+23=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 160 (62.89% from 255 or 56.54% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 160 - color contains mainly: green. Hex color #64A017 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64A017 is #9B5FE8. Grayscale: #7E7E7E. Windows color (decimal): -10182633 or 1548388. OLE color: 1548388.
HSL color Cylindrical-coordinate representation of color #64A017: hue angle of 86.28º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #64A017 is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 160 | 23 | - |
| CMYK | 0.38 | 0 | 0.86 | 0.37 |
| HSL | 86.28º | 0.75% | 0.36% | - |
| HSV(B) | 86.28º | 0.86% | 0.63% | - |
| XYZ | 17.98 | 27.91 | 5.25 | - |
| YUV | 126.44 | 69.62 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 160 | 23 | 0.38 | 0 | 0.86 | 0.37 | 86.28 | 0.75 | 0.36 |
| Hex | 64 | A0 | 17 | 26 | 0 | 56 | 25 | 56 | 4B | 24 |
| Octal | 144 | 240 | 27 | 46 | 0 | 126 | 45 | 126 | 113 | 44 |
| Binary | 1100100 | 10100000 | 10111 | 100110 | 0 | 1010110 | 100101 | 1010110 | 1001011 | 100100 |
Color Harmonies of #64A017
Complementary color
Monochromatic Colors of #64A017
Black with #64A017
Text Example
Text Example
White with #64A017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A017; }
p { color: rgb(100,160,23); }
H1.HeaderClassName
{
color: #64A017;
}
.AnyTagClassName
{
color: #64A017;
}
</style>
background-color css
<style>
a { background-color: #64A017; }
a { background-color: rgb(100,160,23); }
div.DivClassName
{
background-color: #64A017;
}
.BgClassName
{
background-color: #64A017;
}
</style>
border-color css
<style>
span { border-color: #64A017; }
span { border-color: rgb(100,160,23); }
td.TdClassName
{
border-color: #64A017;
}
.TagClassName
{
border-color: #64A017;
}
</style>